Html Css Color HEX #9939CB Dark Orchid

📋 copy color: '#9939CB'

red 153 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #9939CB

Tints of Dark Orchid #9939CB

RGB

 RED value IS 153 (60.16% from 255) = 37.05%

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 37.05%
G = 13.8%
B = 49.15%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9939CB (or 0x9939CB) is known color: Dark Orchid. HEX triplet: 99, 39 and CB. RGB value is (153,57,203). Sum of RGB (Red+Green+Blue) = 153+57+203=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #9939CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939CB is #66C634. Grayscale: #656565. Windows color (decimal): -6735413 or 13318553. OLE color: 13318553.

HSL color Cylindrical-coordinate representation of color #9939CB: hue angle of 279.45º degrees, saturation: 0.58, 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 #9939CB is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 57 203 -
CMYK 0.25 0.72 0 0.20
HSL 279.45º 0.58% 0.51% -
HSV(B) 279.45º 0.72% 0.8% -
XYZ 25.38 14.01 57.87 -
YUV 102.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 153 57 203 0.25 0.72 0 0.20 279.45 0.58 0.51
Hex 99 39 CB 19 48 0 14 117 3A 33
Octal 231 71 313 31 110 0 24 427 72 63
Binary 10011001 111001 11001011 11001 1001000 0 10100 100010111 111010 110011

Color Harmonies of #9939CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9939CB

Black with #9939CB

Text Example


Text Example

White with #9939CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9939CB; }

 p { color: rgb(153,57,203); }

 H1.HeaderClassName
 {
   color: #9939CB;
 }
 .AnyTagClassName
 {
   color: #9939CB;
 }
</style>

background-color css

<style>
 a { background-color: #9939CB; }

 a { background-color: rgb(153,57,203); }

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

border-color css

<style>
 span { border-color: #9939CB; }

 span { border-color: rgb(153,57,203); }

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