Html Css Color HEX #9801D1 Dark Violet

📋 copy color: '#9801D1'

red 152 ◦ green 1 ◦ blue 209

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

Shades of Dark Violet #9801D1

Tints of Dark Violet #9801D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.73%

R = 41.99%
G = 0.28%
B = 57.73%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9801D1 (or 0x9801D1) is known color: Dark Violet. HEX triplet: 98, 01 and D1. RGB value is (152,1,209). Sum of RGB (Red+Green+Blue) = 152+1+209=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #9801D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9801D1 is #67FE2E. Grayscale: #454545. Windows color (decimal): -6815279 or 13697432. OLE color: 13697432.

HSL color Cylindrical-coordinate representation of color #9801D1: hue angle of 283.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9801D1 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 1 209 -
CMYK 0.27 1.00 0 0.18
HSL 283.56º 0.99% 0.41% -
HSV(B) 283.56º 1% 0.82% -
XYZ 24.47 11.3 61.21 -
YUV 69.86 206.53 186.59 -
System Red Green Blue C M Y K H S L
Decimal 152 1 209 0.27 1.00 0 0.18 283.56 0.99 0.41
Hex 98 1 D1 1B 64 0 12 11C 63 29
Octal 230 1 321 33 144 0 22 434 143 51
Binary 10011000 1 11010001 11011 1100100 0 10010 100011100 1100011 101001

Color Harmonies of #9801D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9801D1

Black with #9801D1

Text Example


Text Example

White with #9801D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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