Html Css Color HEX #9815EA Blue Violet

📋 copy color: '#9815EA'

red 152 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #9815EA

Tints of Blue Violet #9815EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 37.35%
G = 5.16%
B = 57.49%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9815EA (or 0x9815EA) is known color: Blue Violet. HEX triplet: 98, 15 and EA. RGB value is (152,21,234). Sum of RGB (Red+Green+Blue) = 152+21+234=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #9815EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9815EA is #67EA15. Grayscale: #535353. Windows color (decimal): -6810134 or 15340952. OLE color: 15340952.

HSL color Cylindrical-coordinate representation of color #9815EA: hue angle of 276.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9815EA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 21 234 -
CMYK 0.35 0.91 0 0.08
HSL 276.9º 0.84% 0.5% -
HSV(B) 276.9º 0.91% 0.92% -
XYZ 28.07 13.15 78.9 -
YUV 84.45 212.4 176.18 -
System Red Green Blue C M Y K H S L
Decimal 152 21 234 0.35 0.91 0 0.08 276.9 0.84 0.5
Hex 98 15 EA 23 5B 0 8 115 54 32
Octal 230 25 352 43 133 0 10 425 124 62
Binary 10011000 10101 11101010 100011 1011011 0 1000 100010101 1010100 110010

Color Harmonies of #9815EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9815EA

Black with #9815EA

Text Example


Text Example

White with #9815EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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