Html Css Color HEX #9F08BD Dark Violet

📋 copy color: '#9F08BD'

red 159 ◦ green 8 ◦ blue 189

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

Shades of Dark Violet #9F08BD

Tints of Dark Violet #9F08BD

RGB

 RED value IS 159 (62.5% from 255) = 44.66%

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 44.66%
G = 2.25%
B = 53.09%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F08BD (or 0x9F08BD) is known color: Dark Violet. HEX triplet: 9F, 08 and BD. RGB value is (159,8,189). Sum of RGB (Red+Green+Blue) = 159+8+189=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F08BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F08BD is #60F742. Grayscale: #494949. Windows color (decimal): -6354755 or 12388511. OLE color: 12388511.

HSL color Cylindrical-coordinate representation of color #9F08BD: hue angle of 290.06º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F08BD is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 8 189 -
CMYK 0.16 0.96 0 0.26
HSL 290.06º 0.92% 0.39% -
HSV(B) 290.06º 0.96% 0.74% -
XYZ 23.57 11.22 49.07 -
YUV 73.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 159 8 189 0.16 0.96 0 0.26 290.06 0.92 0.39
Hex 9F 8 BD 10 60 0 1A 122 5C 27
Octal 237 10 275 20 140 0 32 442 134 47
Binary 10011111 1000 10111101 10000 1100000 0 11010 100100010 1011100 100111

Color Harmonies of #9F08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F08BD

Black with #9F08BD

Text Example


Text Example

White with #9F08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,189); }

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

background-color css

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

 a { background-color: rgb(159,8,189); }

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

border-color css

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

 span { border-color: rgb(159,8,189); }

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