Html Css Color HEX #9C1EDB Dark Orchid

📋 copy color: '#9C1EDB'

red 156 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #9C1EDB

Tints of Dark Orchid #9C1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 38.52%
G = 7.41%
B = 54.07%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C1EDB (or 0x9C1EDB) is known color: Dark Orchid. HEX triplet: 9C, 1E and DB. RGB value is (156,30,219). Sum of RGB (Red+Green+Blue) = 156+30+219=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C1EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C1EDB is #63E124. Grayscale: #585858. Windows color (decimal): -6545701 or 14360220. OLE color: 14360220.

HSL color Cylindrical-coordinate representation of color #9C1EDB: hue angle of 280º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1EDB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 30 219 -
CMYK 0.29 0.86 0 0.14
HSL 280º 0.76% 0.49% -
HSV(B) 280º 0.86% 0.86% -
XYZ 26.96 13.11 68.13 -
YUV 89.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 156 30 219 0.29 0.86 0 0.14 280 0.76 0.49
Hex 9C 1E DB 1D 56 0 E 118 4C 31
Octal 234 36 333 35 126 0 16 430 114 61
Binary 10011100 11110 11011011 11101 1010110 0 1110 100011000 1001100 110001

Color Harmonies of #9C1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1EDB

Black with #9C1EDB

Text Example


Text Example

White with #9C1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,30,219); }

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

background-color css

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

 a { background-color: rgb(156,30,219); }

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

border-color css

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

 span { border-color: rgb(156,30,219); }

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