Html Css Color HEX #9800CC Dark Violet

📋 copy color: '#9800CC'

red 152 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #9800CC

Tints of Dark Violet #9800CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 42.7%
G = 0%
B = 57.3%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9800CC (or 0x9800CC) is known color: Dark Violet. HEX triplet: 98, 00 and CC. RGB value is (152,0,204). Sum of RGB (Red+Green+Blue) = 152+0+204=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9800CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800CC is #67FF33. Grayscale: #444444. Windows color (decimal): -6815540 or 13369496. OLE color: 13369496.

HSL color Cylindrical-coordinate representation of color #9800CC: hue angle of 284.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800CC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 0 204 -
CMYK 0.25 1 0 0.2
HSL 284.71º 1% 0.4% -
HSV(B) 284.71º 1% 0.8% -
XYZ 23.85 11.04 58 -
YUV 68.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 152 0 204 0.25 1 0 0.2 284.71 1 0.4
Hex 98 0 CC 19 64 0 14 11D 64 28
Octal 230 0 314 31 144 0 24 435 144 50
Binary 10011000 0 11001100 11001 1100100 0 10100 100011101 1100100 101000

Color Harmonies of #9800CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9800CC

Black with #9800CC

Text Example


Text Example

White with #9800CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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