Html Css Color HEX #9800EE Dark Violet

📋 copy color: '#9800EE'

red 152 ◦ green 0 ◦ blue 238

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

Shades of Dark Violet #9800EE

Tints of Dark Violet #9800EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 38.97%
G = 0%
B = 61.03%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9800EE (or 0x9800EE) is known color: Dark Violet. HEX triplet: 98, 00 and EE. RGB value is (152,0,238). Sum of RGB (Red+Green+Blue) = 152+0+238=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #9800EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800EE is #67FF11. Grayscale: #474747. Windows color (decimal): -6815506 or 15597720. OLE color: 15597720.

HSL color Cylindrical-coordinate representation of color #9800EE: hue angle of 278.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800EE is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 0 238 -
CMYK 0.36 1 0 0.07
HSL 278.32º 1% 0.47% -
HSV(B) 278.32º 1% 0.93% -
XYZ 28.38 12.85 81.87 -
YUV 72.58 221.36 184.65 -
System Red Green Blue C M Y K H S L
Decimal 152 0 238 0.36 1 0 0.07 278.32 1 0.47
Hex 98 0 EE 24 64 0 7 116 64 2F
Octal 230 0 356 44 144 0 7 426 144 57
Binary 10011000 0 11101110 100100 1100100 0 111 100010110 1100100 101111

Color Harmonies of #9800EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9800EE

Black with #9800EE

Text Example


Text Example

White with #9800EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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