Html Css Color HEX #9C07DD Dark Violet

📋 copy color: '#9C07DD'

red 156 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #9C07DD

Tints of Dark Violet #9C07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

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

R = 40.63%
G = 1.82%
B = 57.55%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C07DD (or 0x9C07DD) is known color: Dark Violet. HEX triplet: 9C, 07 and DD. RGB value is (156,7,221). Sum of RGB (Red+Green+Blue) = 156+7+221=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C07DD is #63F822. Grayscale: #4B4B4B. Windows color (decimal): -6551587 or 14485404. OLE color: 14485404.

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

Color convert

RGB 156 7 221 -
CMYK 0.29 0.97 0 0.13
HSL 281.78º 0.94% 0.45% -
HSV(B) 281.78º 0.97% 0.87% -
XYZ 26.84 12.44 69.39 -
YUV 75.95 209.86 185.1 -
System Red Green Blue C M Y K H S L
Decimal 156 7 221 0.29 0.97 0 0.13 281.78 0.94 0.45
Hex 9C 7 DD 1D 61 0 D 11A 5E 2D
Octal 234 7 335 35 141 0 15 432 136 55
Binary 10011100 111 11011101 11101 1100001 0 1101 100011010 1011110 101101

Color Harmonies of #9C07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C07DD

Black with #9C07DD

Text Example


Text Example

White with #9C07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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