Html Css Color HEX #9518FE Blue Violet

📋 copy color: '#9518FE'

red 149 ◦ green 24 ◦ blue 254

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

Shades of Blue Violet #9518FE

Tints of Blue Violet #9518FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.62%

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 34.89%
G = 5.62%
B = 59.48%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9518FE (or 0x9518FE) is known color: Blue Violet. HEX triplet: 95, 18 and FE. RGB value is (149,24,254). Sum of RGB (Red+Green+Blue) = 149+24+254=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #9518FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9518FE is #6AE701. Grayscale: #565656. Windows color (decimal): -7005954 or 16652437. OLE color: 16652437.

HSL color Cylindrical-coordinate representation of color #9518FE: hue angle of 272.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9518FE is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 24 254 -
CMYK 0.41 0.91 0 0.00
HSL 272.61º 0.99% 0.55% -
HSV(B) 272.61º 0.91% 1% -
XYZ 30.61 14.2 94.89 -
YUV 87.6 221.91 171.8 -
System Red Green Blue C M Y K H S L
Decimal 149 24 254 0.41 0.91 0 0.00 272.61 0.99 0.55
Hex 95 18 FE 29 5B 0 0 111 63 37
Octal 225 30 376 51 133 0 0 421 143 67
Binary 10010101 11000 11111110 101001 1011011 0 0 100010001 1100011 110111

Color Harmonies of #9518FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518FE

Black with #9518FE

Text Example


Text Example

White with #9518FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9518FE; }

 p { color: rgb(149,24,254); }

 H1.HeaderClassName
 {
   color: #9518FE;
 }
 .AnyTagClassName
 {
   color: #9518FE;
 }
</style>

background-color css

<style>
 a { background-color: #9518FE; }

 a { background-color: rgb(149,24,254); }

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

border-color css

<style>
 span { border-color: #9518FE; }

 span { border-color: rgb(149,24,254); }

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