Html Css Color HEX #9801DA Dark Violet

📋 copy color: '#9801DA'

red 152 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #9801DA

Tints of Dark Violet #9801DA

RGB

 RED value IS 152 (59.77% from 255) = 40.97%

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

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

R = 40.97%
G = 0.27%
B = 58.76%

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

#9801DA (or 0x9801DA) is known color: Dark Violet. HEX triplet: 98, 01 and DA. RGB value is (152,1,218). Sum of RGB (Red+Green+Blue) = 152+1+218=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #9801DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9801DA is #67FE25. Grayscale: #464646. Windows color (decimal): -6815270 or 14287256. OLE color: 14287256.

HSL color Cylindrical-coordinate representation of color #9801DA: hue angle of 281.75º 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 #9801DA is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 1 218 -
CMYK 0.30 1.00 0 0.15
HSL 281.75º 0.99% 0.43% -
HSV(B) 281.75º 1% 0.85% -
XYZ 25.61 11.76 67.25 -
YUV 70.89 211.03 185.86 -
System Red Green Blue C M Y K H S L
Decimal 152 1 218 0.30 1.00 0 0.15 281.75 0.99 0.43
Hex 98 1 DA 1E 64 0 F 11A 63 2B
Octal 230 1 332 36 144 0 17 432 143 53
Binary 10011000 1 11011010 11110 1100100 0 1111 100011010 1100011 101011

Color Harmonies of #9801DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9801DA

Black with #9801DA

Text Example


Text Example

White with #9801DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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