Html Css Color HEX #9939CE Dark Orchid

📋 copy color: '#9939CE'

red 153 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #9939CE

Tints of Dark Orchid #9939CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 36.78%
G = 13.7%
B = 49.52%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9939CE (or 0x9939CE) is known color: Dark Orchid. HEX triplet: 99, 39 and CE. RGB value is (153,57,206). Sum of RGB (Red+Green+Blue) = 153+57+206=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #9939CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939CE is #66C631. Grayscale: #666666. Windows color (decimal): -6735410 or 13515161. OLE color: 13515161.

HSL color Cylindrical-coordinate representation of color #9939CE: hue angle of 278.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9939CE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 57 206 -
CMYK 0.26 0.72 0 0.19
HSL 278.66º 0.6% 0.52% -
HSV(B) 278.66º 0.72% 0.81% -
XYZ 25.74 14.15 59.77 -
YUV 102.69 186.3 163.88 -
System Red Green Blue C M Y K H S L
Decimal 153 57 206 0.26 0.72 0 0.19 278.66 0.6 0.52
Hex 99 39 CE 1A 48 0 13 117 3C 34
Octal 231 71 316 32 110 0 23 427 74 64
Binary 10011001 111001 11001110 11010 1001000 0 10011 100010111 111100 110100

Color Harmonies of #9939CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9939CE

Black with #9939CE

Text Example


Text Example

White with #9939CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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