Html Css Color HEX #9516EE Blue Violet

📋 copy color: '#9516EE'

red 149 ◦ green 22 ◦ blue 238

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

Shades of Blue Violet #9516EE

Tints of Blue Violet #9516EE

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

 GREEN value IS 22 (8.98% from 255) = 5.38%

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

R = 36.43%
G = 5.38%
B = 58.19%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9516EE (or 0x9516EE) is known color: Blue Violet. HEX triplet: 95, 16 and EE. RGB value is (149,22,238). Sum of RGB (Red+Green+Blue) = 149+22+238=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #9516EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9516EE is #6AE911. Grayscale: #535353. Windows color (decimal): -7006482 or 15603349. OLE color: 15603349.

HSL color Cylindrical-coordinate representation of color #9516EE: hue angle of 275.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9516EE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 22 238 -
CMYK 0.37 0.91 0 0.07
HSL 275.28º 0.86% 0.51% -
HSV(B) 275.28º 0.91% 0.93% -
XYZ 28.11 13.14 81.94 -
YUV 84.6 214.58 173.94 -
System Red Green Blue C M Y K H S L
Decimal 149 22 238 0.37 0.91 0 0.07 275.28 0.86 0.51
Hex 95 16 EE 25 5B 0 7 113 56 33
Octal 225 26 356 45 133 0 7 423 126 63
Binary 10010101 10110 11101110 100101 1011011 0 111 100010011 1010110 110011

Color Harmonies of #9516EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9516EE

Black with #9516EE

Text Example


Text Example

White with #9516EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,22,238); }

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

background-color css

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

 a { background-color: rgb(149,22,238); }

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

border-color css

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

 span { border-color: rgb(149,22,238); }

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