Html Css Color HEX #9B39CC Dark Orchid

📋 copy color: '#9B39CC'

red 155 ◦ green 57 ◦ blue 204

#9B39CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9B39CC

Tints of Dark Orchid #9B39CC

RGB

 RED value IS 155 (60.94% from 255) = 37.26%

 GREEN value IS 57 (22.66% from 255) = 13.7%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 37.26%
G = 13.7%
B = 49.04%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B39CC (or 0x9B39CC) is known color: Dark Orchid. HEX triplet: 9B, 39 and CC. RGB value is (155,57,204). Sum of RGB (Red+Green+Blue) = 155+57+204=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B39CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B39CC is #64C633. Grayscale: #666666. Windows color (decimal): -6604340 or 13384091. OLE color: 13384091.

HSL color Cylindrical-coordinate representation of color #9B39CC: hue angle of 280º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B39CC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 57 204 -
CMYK 0.24 0.72 0 0.2
HSL 280º 0.59% 0.51% -
HSV(B) 280º 0.72% 0.8% -
XYZ 25.88 14.25 58.51 -
YUV 103.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 155 57 204 0.24 0.72 0 0.2 280 0.59 0.51
Hex 9B 39 CC 18 48 0 14 118 3B 33
Octal 233 71 314 30 110 0 24 430 73 63
Binary 10011011 111001 11001100 11000 1001000 0 10100 100011000 111011 110011

Color Harmonies of #9B39CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B39CC

Black with #9B39CC

Text Example


Text Example

White with #9B39CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,57,204); }

 H1.HeaderClassName
 {
   color: #9B39CC;
 }
 .AnyTagClassName
 {
   color: #9B39CC;
 }
</style>

background-color css

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

 a { background-color: rgb(155,57,204); }

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

border-color css

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

 span { border-color: rgb(155,57,204); }

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