Html Css Color HEX #9516EF Blue Violet

📋 copy color: '#9516EF'

red 149 ◦ green 22 ◦ blue 239

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

Shades of Blue Violet #9516EF

Tints of Blue Violet #9516EF

RGB

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

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

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

R = 36.34%
G = 5.37%
B = 58.29%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9516EF (or 0x9516EF) is known color: Blue Violet. HEX triplet: 95, 16 and EF. RGB value is (149,22,239). Sum of RGB (Red+Green+Blue) = 149+22+239=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 22 (8.98% from 255 or 5.37% 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 #9516EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9516EF is #6AE910. Grayscale: #535353. Windows color (decimal): -7006481 or 15668885. OLE color: 15668885.

HSL color Cylindrical-coordinate representation of color #9516EF: hue angle of 275.12º 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 #9516EF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 22 239 -
CMYK 0.38 0.91 0 0.06
HSL 275.12º 0.87% 0.51% -
HSV(B) 275.12º 0.91% 0.94% -
XYZ 28.26 13.2 82.72 -
YUV 84.71 215.08 173.86 -
System Red Green Blue C M Y K H S L
Decimal 149 22 239 0.38 0.91 0 0.06 275.12 0.87 0.51
Hex 95 16 EF 26 5B 0 6 113 57 33
Octal 225 26 357 46 133 0 6 423 127 63
Binary 10010101 10110 11101111 100110 1011011 0 110 100010011 1010111 110011

Color Harmonies of #9516EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9516EF

Black with #9516EF

Text Example


Text Example

White with #9516EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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