Html Css Color HEX #9C39CE Dark Orchid

📋 copy color: '#9C39CE'

red 156 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #9C39CE

Tints of Dark Orchid #9C39CE

RGB

 RED value IS 156 (61.33% from 255) = 37.23%

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

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

R = 37.23%
G = 13.6%
B = 49.16%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C39CE (or 0x9C39CE) is known color: Dark Orchid. HEX triplet: 9C, 39 and CE. RGB value is (156,57,206). Sum of RGB (Red+Green+Blue) = 156+57+206=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C39CE is #63C631. Grayscale: #676767. Windows color (decimal): -6538802 or 13515164. OLE color: 13515164.

HSL color Cylindrical-coordinate representation of color #9C39CE: hue angle of 279.87º 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 #9C39CE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 57 206 -
CMYK 0.24 0.72 0 0.19
HSL 279.87º 0.6% 0.52% -
HSV(B) 279.87º 0.72% 0.81% -
XYZ 26.31 14.45 59.79 -
YUV 103.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 156 57 206 0.24 0.72 0 0.19 279.87 0.6 0.52
Hex 9C 39 CE 18 48 0 13 118 3C 34
Octal 234 71 316 30 110 0 23 430 74 64
Binary 10011100 111001 11001110 11000 1001000 0 10011 100011000 111100 110100

Color Harmonies of #9C39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C39CE

Black with #9C39CE

Text Example


Text Example

White with #9C39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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