Html Css Color HEX #9813EF Blue Violet

📋 copy color: '#9813EF'

red 152 ◦ green 19 ◦ blue 239

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

Shades of Blue Violet #9813EF

Tints of Blue Violet #9813EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.29%

R = 37.07%
G = 4.63%
B = 58.29%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9813EF (or 0x9813EF) is known color: Blue Violet. HEX triplet: 98, 13 and EF. RGB value is (152,19,239). Sum of RGB (Red+Green+Blue) = 152+19+239=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #9813EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9813EF is #67EC10. Grayscale: #535353. Windows color (decimal): -6810641 or 15668120. OLE color: 15668120.

HSL color Cylindrical-coordinate representation of color #9813EF: hue angle of 276.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9813EF is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 19 239 -
CMYK 0.36 0.92 0 0.06
HSL 276.27º 0.87% 0.51% -
HSV(B) 276.27º 0.92% 0.94% -
XYZ 28.76 13.37 82.73 -
YUV 83.85 215.56 176.61 -
System Red Green Blue C M Y K H S L
Decimal 152 19 239 0.36 0.92 0 0.06 276.27 0.87 0.51
Hex 98 13 EF 24 5C 0 6 114 57 33
Octal 230 23 357 44 134 0 6 424 127 63
Binary 10011000 10011 11101111 100100 1011100 0 110 100010100 1010111 110011

Color Harmonies of #9813EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9813EF

Black with #9813EF

Text Example


Text Example

White with #9813EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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