Html Css Color HEX #9515FA Blue Violet

📋 copy color: '#9515FA'

red 149 ◦ green 21 ◦ blue 250

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

Shades of Blue Violet #9515FA

Tints of Blue Violet #9515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

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

R = 35.48%
G = 5%
B = 59.52%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9515FA (or 0x9515FA) is known color: Blue Violet. HEX triplet: 95, 15 and FA. RGB value is (149,21,250). Sum of RGB (Red+Green+Blue) = 149+21+250=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #9515FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9515FA is #6AEA05. Grayscale: #545454. Windows color (decimal): -7006726 or 16389525. OLE color: 16389525.

HSL color Cylindrical-coordinate representation of color #9515FA: hue angle of 273.54º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9515FA is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 21 250 -
CMYK 0.40 0.92 0 0.02
HSL 273.54º 0.96% 0.53% -
HSV(B) 273.54º 0.92% 0.98% -
XYZ 29.92 13.83 91.53 -
YUV 85.38 220.91 173.38 -
System Red Green Blue C M Y K H S L
Decimal 149 21 250 0.40 0.92 0 0.02 273.54 0.96 0.53
Hex 95 15 FA 28 5C 0 2 112 60 35
Octal 225 25 372 50 134 0 2 422 140 65
Binary 10010101 10101 11111010 101000 1011100 0 10 100010010 1100000 110101

Color Harmonies of #9515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515FA

Black with #9515FA

Text Example


Text Example

White with #9515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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