Html Css Color HEX #9801EE Dark Violet

📋 copy color: '#9801EE'

red 152 ◦ green 1 ◦ blue 238

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

Shades of Dark Violet #9801EE

Tints of Dark Violet #9801EE

RGB

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

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

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

R = 38.87%
G = 0.26%
B = 60.87%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9801EE (or 0x9801EE) is known color: Dark Violet. HEX triplet: 98, 01 and EE. RGB value is (152,1,238). Sum of RGB (Red+Green+Blue) = 152+1+238=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #9801EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9801EE is #67FE11. Grayscale: #484848. Windows color (decimal): -6815250 or 15597976. OLE color: 15597976.

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

Color convert

RGB 152 1 238 -
CMYK 0.36 1.00 0 0.07
HSL 278.23º 0.99% 0.47% -
HSV(B) 278.23º 1% 0.93% -
XYZ 28.39 12.87 81.88 -
YUV 73.17 221.03 184.23 -
System Red Green Blue C M Y K H S L
Decimal 152 1 238 0.36 1.00 0 0.07 278.23 0.99 0.47
Hex 98 1 EE 24 64 0 7 116 63 2F
Octal 230 1 356 44 144 0 7 426 143 57
Binary 10011000 1 11101110 100100 1100100 0 111 100010110 1100011 101111

Color Harmonies of #9801EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9801EE

Black with #9801EE

Text Example


Text Example

White with #9801EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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