Html Css Color HEX #9C09DD Dark Violet

📋 copy color: '#9C09DD'

red 156 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #9C09DD

Tints of Dark Violet #9C09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 40.41%
G = 2.33%
B = 57.25%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C09DD (or 0x9C09DD) is known color: Dark Violet. HEX triplet: 9C, 09 and DD. RGB value is (156,9,221). Sum of RGB (Red+Green+Blue) = 156+9+221=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C09DD is #63F622. Grayscale: #4C4C4C. Windows color (decimal): -6551075 or 14485916. OLE color: 14485916.

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

Color convert

RGB 156 9 221 -
CMYK 0.29 0.96 0 0.13
HSL 281.6º 0.92% 0.45% -
HSV(B) 281.6º 0.96% 0.87% -
XYZ 26.86 12.48 69.4 -
YUV 77.12 209.2 184.26 -
System Red Green Blue C M Y K H S L
Decimal 156 9 221 0.29 0.96 0 0.13 281.6 0.92 0.45
Hex 9C 9 DD 1D 60 0 D 11A 5C 2D
Octal 234 11 335 35 140 0 15 432 134 55
Binary 10011100 1001 11011101 11101 1100000 0 1101 100011010 1011100 101101

Color Harmonies of #9C09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C09DD

Black with #9C09DD

Text Example


Text Example

White with #9C09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,9,221); }

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

background-color css

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

 a { background-color: rgb(156,9,221); }

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

border-color css

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

 span { border-color: rgb(156,9,221); }

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