Html Css Color HEX #9D06DE Dark Violet

📋 copy color: '#9D06DE'

red 157 ◦ green 6 ◦ blue 222

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

Shades of Dark Violet #9D06DE

Tints of Dark Violet #9D06DE

RGB

 RED value IS 157 (61.72% from 255) = 40.78%

 GREEN value IS 6 (2.73% from 255) = 1.56%

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 40.78%
G = 1.56%
B = 57.66%

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

#9D06DE (or 0x9D06DE) is known color: Dark Violet. HEX triplet: 9D, 06 and DE. RGB value is (157,6,222). Sum of RGB (Red+Green+Blue) = 157+6+222=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D06DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D06DE is #62F921. Grayscale: #4B4B4B. Windows color (decimal): -6486306 or 14550685. OLE color: 14550685.

HSL color Cylindrical-coordinate representation of color #9D06DE: hue angle of 281.94º degrees, saturation: 0.95, 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 #9D06DE is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 6 222 -
CMYK 0.29 0.97 0 0.13
HSL 281.94º 0.95% 0.45% -
HSV(B) 281.94º 0.97% 0.87% -
XYZ 27.15 12.57 70.1 -
YUV 75.77 210.53 185.94 -
System Red Green Blue C M Y K H S L
Decimal 157 6 222 0.29 0.97 0 0.13 281.94 0.95 0.45
Hex 9D 6 DE 1D 61 0 D 11A 5F 2D
Octal 235 6 336 35 141 0 15 432 137 55
Binary 10011101 110 11011110 11101 1100001 0 1101 100011010 1011111 101101

Color Harmonies of #9D06DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D06DE

Black with #9D06DE

Text Example


Text Example

White with #9D06DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,6,222); }

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

background-color css

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

 a { background-color: rgb(157,6,222); }

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

border-color css

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

 span { border-color: rgb(157,6,222); }

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