Html Css Color HEX #9901BD Dark Violet

📋 copy color: '#9901BD'

red 153 ◦ green 1 ◦ blue 189

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

Shades of Dark Violet #9901BD

Tints of Dark Violet #9901BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 44.61%
G = 0.29%
B = 55.1%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9901BD (or 0x9901BD) is known color: Dark Violet. HEX triplet: 99, 01 and BD. RGB value is (153,1,189). Sum of RGB (Red+Green+Blue) = 153+1+189=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #9901BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9901BD is #66FE42. Grayscale: #434343. Windows color (decimal): -6749763 or 12386713. OLE color: 12386713.

HSL color Cylindrical-coordinate representation of color #9901BD: hue angle of 288.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9901BD is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 1 189 -
CMYK 0.19 0.99 0 0.26
HSL 288.51º 0.99% 0.37% -
HSV(B) 288.51º 0.99% 0.74% -
XYZ 22.33 10.47 48.99 -
YUV 67.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 153 1 189 0.19 0.99 0 0.26 288.51 0.99 0.37
Hex 99 1 BD 13 63 0 1A 121 63 25
Octal 231 1 275 23 143 0 32 441 143 45
Binary 10011001 1 10111101 10011 1100011 0 11010 100100001 1100011 100101

Color Harmonies of #9901BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9901BD

Black with #9901BD

Text Example


Text Example

White with #9901BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9901BD; }

 p { color: rgb(153,1,189); }

 H1.HeaderClassName
 {
   color: #9901BD;
 }
 .AnyTagClassName
 {
   color: #9901BD;
 }
</style>

background-color css

<style>
 a { background-color: #9901BD; }

 a { background-color: rgb(153,1,189); }

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

border-color css

<style>
 span { border-color: #9901BD; }

 span { border-color: rgb(153,1,189); }

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