Html Css Color HEX #9C08DB Dark Violet

📋 copy color: '#9C08DB'

red 156 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #9C08DB

Tints of Dark Violet #9C08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

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

R = 40.73%
G = 2.09%
B = 57.18%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C08DB (or 0x9C08DB) is known color: Dark Violet. HEX triplet: 9C, 08 and DB. RGB value is (156,8,219). Sum of RGB (Red+Green+Blue) = 156+8+219=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C08DB is #63F724. Grayscale: #4B4B4B. Windows color (decimal): -6551333 or 14354588. OLE color: 14354588.

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

Color convert

RGB 156 8 219 -
CMYK 0.29 0.96 0 0.14
HSL 282.09º 0.93% 0.45% -
HSV(B) 282.09º 0.96% 0.86% -
XYZ 26.58 12.36 68 -
YUV 76.31 208.53 184.84 -
System Red Green Blue C M Y K H S L
Decimal 156 8 219 0.29 0.96 0 0.14 282.09 0.93 0.45
Hex 9C 8 DB 1D 60 0 E 11A 5D 2D
Octal 234 10 333 35 140 0 16 432 135 55
Binary 10011100 1000 11011011 11101 1100000 0 1110 100011010 1011101 101101

Color Harmonies of #9C08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C08DB

Black with #9C08DB

Text Example


Text Example

White with #9C08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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