Html Css Color HEX #9B39DC Dark Orchid

📋 copy color: '#9B39DC'

red 155 ◦ green 57 ◦ blue 220

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

Shades of Dark Orchid #9B39DC

Tints of Dark Orchid #9B39DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 35.88%
G = 13.19%
B = 50.93%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B39DC (or 0x9B39DC) is known color: Dark Orchid. HEX triplet: 9B, 39 and DC. RGB value is (155,57,220). Sum of RGB (Red+Green+Blue) = 155+57+220=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B39DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B39DC is #64C623. Grayscale: #686868. Windows color (decimal): -6604324 or 14432667. OLE color: 14432667.

HSL color Cylindrical-coordinate representation of color #9B39DC: hue angle of 276.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B39DC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 57 220 -
CMYK 0.30 0.74 0 0.14
HSL 276.07º 0.7% 0.54% -
HSV(B) 276.07º 0.74% 0.86% -
XYZ 27.9 15.06 69.15 -
YUV 104.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 155 57 220 0.30 0.74 0 0.14 276.07 0.7 0.54
Hex 9B 39 DC 1E 4A 0 E 114 46 36
Octal 233 71 334 36 112 0 16 424 106 66
Binary 10011011 111001 11011100 11110 1001010 0 1110 100010100 1000110 110110

Color Harmonies of #9B39DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B39DC

Black with #9B39DC

Text Example


Text Example

White with #9B39DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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