#9B34BE

Color #9B34BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9B34BE

Tints of Dark Orchid #9B34BE

Color information

#9B34BE (or 0x9B34BE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 34 and BE. RGB value is (155,52,190). Sum of RGB (Red+Green+Blue) = 155+52+190=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B34BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B34BE is #64CB41. Grayscale: #626262. Windows color (decimal): -6605634 or 12465307. OLE color: 12465307.

HSL color Cylindrical-coordinate representation of color #9B34BE: hue angle of 284.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B34BE is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15552190-
CMYK0.180.7300.25
HSL284.78º57.02%47.45%-
HSV(B)284.78º72.63%74.51%-
XYZ24.0413.1449.98-
YUV98.53179.62168.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=39.04%
G=13.10%
B=47.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155521900.180.7300.25284.7857.0247.45
Hex9B34BE124901911d392f
Octal23364276221110314357157
Binary1001101111010010111110100101001001011001100011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B34BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B34BE; }

 p { color: rgb(155,52,190); }

 H1.HeaderClassName
 {
   color: #9B34BE;
 }
 .AnyTagClassName
 {
   color: #9B34BE;
 }
</style>
background-color css

<style>
 a { background-color: #9B34BE; }

 a { background-color: rgb(155,52,190); }

 div.DivClassName
 {
   background-color: #9B34BE;
 }
 .BgClassName
 {
   background-color: #9B34BE;
 }
</style>
border-color css

<style>
 span { border-color: #9B34BE; }

 span { border-color: rgb(155,52,190); }

 td.TdClassName
 {
   border-color: #9B34BE;
 }
 .TagClassName
 {
   border-color: #9B34BE;
 }
</style>