Html Css Color HEX #9C1CCE Dark Orchid

📋 copy color: '#9C1CCE'

red 156 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #9C1CCE

Tints of Dark Orchid #9C1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

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

R = 40%
G = 7.18%
B = 52.82%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C1CCE (or 0x9C1CCE) is known color: Dark Orchid. HEX triplet: 9C, 1C and CE. RGB value is (156,28,206). Sum of RGB (Red+Green+Blue) = 156+28+206=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1CCE is #63E331. Grayscale: #555555. Windows color (decimal): -6546226 or 13507740. OLE color: 13507740.

HSL color Cylindrical-coordinate representation of color #9C1CCE: hue angle of 283.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1CCE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 28 206 -
CMYK 0.24 0.86 0 0.19
HSL 283.15º 0.76% 0.46% -
HSV(B) 283.15º 0.86% 0.81% -
XYZ 25.27 12.35 59.45 -
YUV 86.56 195.41 177.53 -
System Red Green Blue C M Y K H S L
Decimal 156 28 206 0.24 0.86 0 0.19 283.15 0.76 0.46
Hex 9C 1C CE 18 56 0 13 11B 4C 2E
Octal 234 34 316 30 126 0 23 433 114 56
Binary 10011100 11100 11001110 11000 1010110 0 10011 100011011 1001100 101110

Color Harmonies of #9C1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1CCE

Black with #9C1CCE

Text Example


Text Example

White with #9C1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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