Html Css Color HEX #9D08DF Dark Violet

📋 copy color: '#9D08DF'

red 157 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #9D08DF

Tints of Dark Violet #9D08DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 40.46%
G = 2.06%
B = 57.47%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D08DF (or 0x9D08DF) is known color: Dark Violet. HEX triplet: 9D, 08 and DF. RGB value is (157,8,223). Sum of RGB (Red+Green+Blue) = 157+8+223=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D08DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D08DF is #62F720. Grayscale: #4C4C4C. Windows color (decimal): -6485793 or 14616733. OLE color: 14616733.

HSL color Cylindrical-coordinate representation of color #9D08DF: hue angle of 281.58º degrees, saturation: 0.93, 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 #9D08DF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 8 223 -
CMYK 0.30 0.96 0 0.13
HSL 281.58º 0.93% 0.45% -
HSV(B) 281.58º 0.96% 0.87% -
XYZ 27.31 12.67 70.82 -
YUV 77.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 157 8 223 0.30 0.96 0 0.13 281.58 0.93 0.45
Hex 9D 8 DF 1E 60 0 D 11A 5D 2D
Octal 235 10 337 36 140 0 15 432 135 55
Binary 10011101 1000 11011111 11110 1100000 0 1101 100011010 1011101 101101

Color Harmonies of #9D08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D08DF

Black with #9D08DF

Text Example


Text Example

White with #9D08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,8,223); }

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

background-color css

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

 a { background-color: rgb(157,8,223); }

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

border-color css

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

 span { border-color: rgb(157,8,223); }

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