Html Css Color HEX #9800DA Dark Violet

📋 copy color: '#9800DA'

red 152 ◦ green 0 ◦ blue 218

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

Shades of Dark Violet #9800DA

Tints of Dark Violet #9800DA

RGB

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

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

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

R = 41.08%
G = 0%
B = 58.92%

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

#9800DA (or 0x9800DA) is known color: Dark Violet. HEX triplet: 98, 00 and DA. RGB value is (152,0,218). Sum of RGB (Red+Green+Blue) = 152+0+218=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #9800DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800DA is #67FF25. Grayscale: #454545. Windows color (decimal): -6815526 or 14287000. OLE color: 14287000.

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

Color convert

RGB 152 0 218 -
CMYK 0.30 1 0 0.15
HSL 281.83º 1% 0.43% -
HSV(B) 281.83º 1% 0.85% -
XYZ 25.6 11.74 67.25 -
YUV 70.3 211.36 186.27 -
System Red Green Blue C M Y K H S L
Decimal 152 0 218 0.30 1 0 0.15 281.83 1 0.43
Hex 98 0 DA 1E 64 0 F 11A 64 2B
Octal 230 0 332 36 144 0 17 432 144 53
Binary 10011000 0 11011010 11110 1100100 0 1111 100011010 1100100 101011

Color Harmonies of #9800DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9800DA

Black with #9800DA

Text Example


Text Example

White with #9800DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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