Html Css Color HEX #9801D7 Dark Violet

📋 copy color: '#9801D7'

red 152 ◦ green 1 ◦ blue 215

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

Shades of Dark Violet #9801D7

Tints of Dark Violet #9801D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.42%

R = 41.3%
G = 0.27%
B = 58.42%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9801D7 (or 0x9801D7) is known color: Dark Violet. HEX triplet: 98, 01 and D7. RGB value is (152,1,215). Sum of RGB (Red+Green+Blue) = 152+1+215=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 215 (84.38% from 255 or 58.42% from 368); Max value from RGB is 215 - color contains mainly: blue. Hex color #9801D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9801D7 is #67FE28. Grayscale: #454545. Windows color (decimal): -6815273 or 14090648. OLE color: 14090648.

HSL color Cylindrical-coordinate representation of color #9801D7: hue angle of 282.34º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9801D7 is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 1 215 -
CMYK 0.29 1.00 0 0.16
HSL 282.34º 0.99% 0.42% -
HSV(B) 282.34º 1% 0.84% -
XYZ 25.23 11.6 65.2 -
YUV 70.55 209.53 186.1 -
System Red Green Blue C M Y K H S L
Decimal 152 1 215 0.29 1.00 0 0.16 282.34 0.99 0.42
Hex 98 1 D7 1D 64 0 10 11A 63 2A
Octal 230 1 327 35 144 0 20 432 143 52
Binary 10011000 1 11010111 11101 1100100 0 10000 100011010 1100011 101010

Color Harmonies of #9801D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9801D7

Black with #9801D7

Text Example


Text Example

White with #9801D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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