Html Css Color HEX #9518FB Blue Violet

📋 copy color: '#9518FB'

red 149 ◦ green 24 ◦ blue 251

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

Shades of Blue Violet #9518FB

Tints of Blue Violet #9518FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.2%

R = 35.14%
G = 5.66%
B = 59.2%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9518FB (or 0x9518FB) is known color: Blue Violet. HEX triplet: 95, 18 and FB. RGB value is (149,24,251). Sum of RGB (Red+Green+Blue) = 149+24+251=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #9518FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9518FB is #6AE704. Grayscale: #565656. Windows color (decimal): -7005957 or 16455829. OLE color: 16455829.

HSL color Cylindrical-coordinate representation of color #9518FB: hue angle of 273.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9518FB is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 24 251 -
CMYK 0.41 0.90 0 0.02
HSL 273.04º 0.97% 0.54% -
HSV(B) 273.04º 0.9% 0.98% -
XYZ 30.13 14.01 92.38 -
YUV 87.25 220.41 172.04 -
System Red Green Blue C M Y K H S L
Decimal 149 24 251 0.41 0.90 0 0.02 273.04 0.97 0.54
Hex 95 18 FB 29 5A 0 2 111 61 36
Octal 225 30 373 51 132 0 2 421 141 66
Binary 10010101 11000 11111011 101001 1011010 0 10 100010001 1100001 110110

Color Harmonies of #9518FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518FB

Black with #9518FB

Text Example


Text Example

White with #9518FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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