Html Css Color HEX #9908BF Dark Violet

📋 copy color: '#9908BF'

red 153 ◦ green 8 ◦ blue 191

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

Shades of Dark Violet #9908BF

Tints of Dark Violet #9908BF

RGB

 RED value IS 153 (60.16% from 255) = 43.47%

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 43.47%
G = 2.27%
B = 54.26%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9908BF (or 0x9908BF) is known color: Dark Violet. HEX triplet: 99, 08 and BF. RGB value is (153,8,191). Sum of RGB (Red+Green+Blue) = 153+8+191=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #9908BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908BF is #66F740. Grayscale: #474747. Windows color (decimal): -6747969 or 12519577. OLE color: 12519577.

HSL color Cylindrical-coordinate representation of color #9908BF: hue angle of 287.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9908BF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 8 191 -
CMYK 0.20 0.96 0 0.25
HSL 287.54º 0.92% 0.39% -
HSV(B) 287.54º 0.96% 0.75% -
XYZ 22.63 10.71 50.16 -
YUV 72.22 195.04 185.62 -
System Red Green Blue C M Y K H S L
Decimal 153 8 191 0.20 0.96 0 0.25 287.54 0.92 0.39
Hex 99 8 BF 14 60 0 19 120 5C 27
Octal 231 10 277 24 140 0 31 440 134 47
Binary 10011001 1000 10111111 10100 1100000 0 11001 100100000 1011100 100111

Color Harmonies of #9908BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9908BF

Black with #9908BF

Text Example


Text Example

White with #9908BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9908BF; }

 p { color: rgb(153,8,191); }

 H1.HeaderClassName
 {
   color: #9908BF;
 }
 .AnyTagClassName
 {
   color: #9908BF;
 }
</style>

background-color css

<style>
 a { background-color: #9908BF; }

 a { background-color: rgb(153,8,191); }

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

border-color css

<style>
 span { border-color: #9908BF; }

 span { border-color: rgb(153,8,191); }

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