Html Css Color HEX #9901DA Dark Violet

📋 copy color: '#9901DA'

red 153 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #9901DA

Tints of Dark Violet #9901DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 41.13%
G = 0.27%
B = 58.6%

CMYK

 C value IS 0.30

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9901DA (or 0x9901DA) is known color: Dark Violet. HEX triplet: 99, 01 and DA. RGB value is (153,1,218). Sum of RGB (Red+Green+Blue) = 153+1+218=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #9901DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9901DA is #66FE25. Grayscale: #464646. Windows color (decimal): -6749734 or 14287257. OLE color: 14287257.

HSL color Cylindrical-coordinate representation of color #9901DA: hue angle of 282.03º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9901DA is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 1 218 -
CMYK 0.30 1.00 0 0.15
HSL 282.03º 0.99% 0.43% -
HSV(B) 282.03º 1% 0.85% -
XYZ 25.8 11.86 67.26 -
YUV 71.19 210.86 186.36 -
System Red Green Blue C M Y K H S L
Decimal 153 1 218 0.30 1.00 0 0.15 282.03 0.99 0.43
Hex 99 1 DA 1E 64 0 F 11A 63 2B
Octal 231 1 332 36 144 0 17 432 143 53
Binary 10011001 1 11011010 11110 1100100 0 1111 100011010 1100011 101011

Color Harmonies of #9901DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9901DA

Black with #9901DA

Text Example


Text Example

White with #9901DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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