Html Css Color HEX #9815EF Blue Violet

📋 copy color: '#9815EF'

red 152 ◦ green 21 ◦ blue 239

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

Shades of Blue Violet #9815EF

Tints of Blue Violet #9815EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.1%

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

R = 36.89%
G = 5.1%
B = 58.01%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9815EF (or 0x9815EF) is known color: Blue Violet. HEX triplet: 98, 15 and EF. RGB value is (152,21,239). Sum of RGB (Red+Green+Blue) = 152+21+239=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #9815EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9815EF is #67EA10. Grayscale: #545454. Windows color (decimal): -6810129 or 15668632. OLE color: 15668632.

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

Color convert

RGB 152 21 239 -
CMYK 0.36 0.91 0 0.06
HSL 276.06º 0.87% 0.51% -
HSV(B) 276.06º 0.91% 0.94% -
XYZ 28.8 13.44 82.74 -
YUV 85.02 214.9 175.77 -
System Red Green Blue C M Y K H S L
Decimal 152 21 239 0.36 0.91 0 0.06 276.06 0.87 0.51
Hex 98 15 EF 24 5B 0 6 114 57 33
Octal 230 25 357 44 133 0 6 424 127 63
Binary 10011000 10101 11101111 100100 1011011 0 110 100010100 1010111 110011

Color Harmonies of #9815EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9815EF

Black with #9815EF

Text Example


Text Example

White with #9815EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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