Html Css Color HEX #9518FA Blue Violet

📋 copy color: '#9518FA'

red 149 ◦ green 24 ◦ blue 250

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

Shades of Blue Violet #9518FA

Tints of Blue Violet #9518FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 35.22%
G = 5.67%
B = 59.1%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9518FA (or 0x9518FA) is known color: Blue Violet. HEX triplet: 95, 18 and FA. RGB value is (149,24,250). Sum of RGB (Red+Green+Blue) = 149+24+250=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #9518FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9518FA is #6AE705. Grayscale: #565656. Windows color (decimal): -7005958 or 16390293. OLE color: 16390293.

HSL color Cylindrical-coordinate representation of color #9518FA: hue angle of 273.19º degrees, saturation: 0.96, 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 #9518FA is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 24 250 -
CMYK 0.40 0.90 0 0.02
HSL 273.19º 0.96% 0.54% -
HSV(B) 273.19º 0.9% 0.98% -
XYZ 29.98 13.94 91.55 -
YUV 87.14 219.91 172.12 -
System Red Green Blue C M Y K H S L
Decimal 149 24 250 0.40 0.90 0 0.02 273.19 0.96 0.54
Hex 95 18 FA 28 5A 0 2 111 60 36
Octal 225 30 372 50 132 0 2 421 140 66
Binary 10010101 11000 11111010 101000 1011010 0 10 100010001 1100000 110110

Color Harmonies of #9518FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518FA

Black with #9518FA

Text Example


Text Example

White with #9518FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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