Html Css Color HEX #9813EC Blue Violet

📋 copy color: '#9813EC'

red 152 ◦ green 19 ◦ blue 236

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

Shades of Blue Violet #9813EC

Tints of Blue Violet #9813EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.67%

 BLUE value IS 236 (92.58% from 255) = 57.99%

R = 37.35%
G = 4.67%
B = 57.99%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9813EC (or 0x9813EC) is known color: Blue Violet. HEX triplet: 98, 13 and EC. RGB value is (152,19,236). Sum of RGB (Red+Green+Blue) = 152+19+236=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #9813EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9813EC is #67EC13. Grayscale: #525252. Windows color (decimal): -6810644 or 15471512. OLE color: 15471512.

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

Color convert

RGB 152 19 236 -
CMYK 0.36 0.92 0 0.07
HSL 276.77º 0.85% 0.5% -
HSV(B) 276.77º 0.92% 0.93% -
XYZ 28.32 13.2 80.41 -
YUV 83.51 214.06 176.86 -
System Red Green Blue C M Y K H S L
Decimal 152 19 236 0.36 0.92 0 0.07 276.77 0.85 0.5
Hex 98 13 EC 24 5C 0 7 115 55 32
Octal 230 23 354 44 134 0 7 425 125 62
Binary 10011000 10011 11101100 100100 1011100 0 111 100010101 1010101 110010

Color Harmonies of #9813EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9813EC

Black with #9813EC

Text Example


Text Example

White with #9813EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9813EC; }

 p { color: rgb(152,19,236); }

 H1.HeaderClassName
 {
   color: #9813EC;
 }
 .AnyTagClassName
 {
   color: #9813EC;
 }
</style>

background-color css

<style>
 a { background-color: #9813EC; }

 a { background-color: rgb(152,19,236); }

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

border-color css

<style>
 span { border-color: #9813EC; }

 span { border-color: rgb(152,19,236); }

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