Html Css Color HEX #9801DC Dark Violet

📋 copy color: '#9801DC'

red 152 ◦ green 1 ◦ blue 220

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

Shades of Dark Violet #9801DC

Tints of Dark Violet #9801DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 40.75%
G = 0.27%
B = 58.98%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9801DC (or 0x9801DC) is known color: Dark Violet. HEX triplet: 98, 01 and DC. RGB value is (152,1,220). Sum of RGB (Red+Green+Blue) = 152+1+220=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #9801DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9801DC is #67FE23. Grayscale: #464646. Windows color (decimal): -6815268 or 14418328. OLE color: 14418328.

HSL color Cylindrical-coordinate representation of color #9801DC: hue angle of 281.37º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9801DC is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 1 220 -
CMYK 0.31 1.00 0 0.14
HSL 281.37º 0.99% 0.43% -
HSV(B) 281.37º 1% 0.86% -
XYZ 25.88 11.86 68.64 -
YUV 71.12 212.03 185.69 -
System Red Green Blue C M Y K H S L
Decimal 152 1 220 0.31 1.00 0 0.14 281.37 0.99 0.43
Hex 98 1 DC 1F 64 0 E 119 63 2B
Octal 230 1 334 37 144 0 16 431 143 53
Binary 10011000 1 11011100 11111 1100100 0 1110 100011001 1100011 101011

Color Harmonies of #9801DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9801DC

Black with #9801DC

Text Example


Text Example

White with #9801DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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