Html Css Color HEX #9800D9 Dark Violet

📋 copy color: '#9800D9'

red 152 ◦ green 0 ◦ blue 217

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

Shades of Dark Violet #9800D9

Tints of Dark Violet #9800D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 217 (85.16% from 255) = 58.81%

R = 41.19%
G = 0%
B = 58.81%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9800D9 (or 0x9800D9) is known color: Dark Violet. HEX triplet: 98, 00 and D9. RGB value is (152,0,217). Sum of RGB (Red+Green+Blue) = 152+0+217=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #9800D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800D9 is #67FF26. Grayscale: #454545. Windows color (decimal): -6815527 or 14221464. OLE color: 14221464.

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

Color convert

RGB 152 0 217 -
CMYK 0.30 1 0 0.15
HSL 282.03º 1% 0.43% -
HSV(B) 282.03º 1% 0.85% -
XYZ 25.47 11.69 66.56 -
YUV 70.19 210.86 186.36 -
System Red Green Blue C M Y K H S L
Decimal 152 0 217 0.30 1 0 0.15 282.03 1 0.43
Hex 98 0 D9 1E 64 0 F 11A 64 2B
Octal 230 0 331 36 144 0 17 432 144 53
Binary 10011000 0 11011001 11110 1100100 0 1111 100011010 1100100 101011

Color Harmonies of #9800D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9800D9

Black with #9800D9

Text Example


Text Example

White with #9800D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9800D9; }

 p { color: rgb(152,0,217); }

 H1.HeaderClassName
 {
   color: #9800D9;
 }
 .AnyTagClassName
 {
   color: #9800D9;
 }
</style>

background-color css

<style>
 a { background-color: #9800D9; }

 a { background-color: rgb(152,0,217); }

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

border-color css

<style>
 span { border-color: #9800D9; }

 span { border-color: rgb(152,0,217); }

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