Html Css Color HEX #9810EE Dark Violet

📋 copy color: '#9810EE'

red 152 ◦ green 16 ◦ blue 238

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

Shades of Dark Violet #9810EE

Tints of Dark Violet #9810EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.94%

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

R = 37.44%
G = 3.94%
B = 58.62%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9810EE (or 0x9810EE) is known color: Dark Violet. HEX triplet: 98, 10 and EE. RGB value is (152,16,238). Sum of RGB (Red+Green+Blue) = 152+16+238=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #9810EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9810EE is #67EF11. Grayscale: #515151. Windows color (decimal): -6811410 or 15601816. OLE color: 15601816.

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

Color convert

RGB 152 16 238 -
CMYK 0.36 0.93 0 0.07
HSL 276.76º 0.87% 0.5% -
HSV(B) 276.76º 0.93% 0.93% -
XYZ 28.57 13.22 81.93 -
YUV 81.97 216.06 177.95 -
System Red Green Blue C M Y K H S L
Decimal 152 16 238 0.36 0.93 0 0.07 276.76 0.87 0.5
Hex 98 10 EE 24 5D 0 7 115 57 32
Octal 230 20 356 44 135 0 7 425 127 62
Binary 10011000 10000 11101110 100100 1011101 0 111 100010101 1010111 110010

Color Harmonies of #9810EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9810EE

Black with #9810EE

Text Example


Text Example

White with #9810EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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