Html Css Color HEX #9513FA Blue Violet

📋 copy color: '#9513FA'

red 149 ◦ green 19 ◦ blue 250

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

Shades of Blue Violet #9513FA

Tints of Blue Violet #9513FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

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

R = 35.65%
G = 4.55%
B = 59.81%

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

#9513FA (or 0x9513FA) is known color: Blue Violet. HEX triplet: 95, 13 and FA. RGB value is (149,19,250). Sum of RGB (Red+Green+Blue) = 149+19+250=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #9513FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9513FA is #6AEC05. Grayscale: #535353. Windows color (decimal): -7007238 or 16389013. OLE color: 16389013.

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

Color convert

RGB 149 19 250 -
CMYK 0.40 0.92 0 0.02
HSL 273.77º 0.96% 0.53% -
HSV(B) 273.77º 0.92% 0.98% -
XYZ 29.88 13.76 91.52 -
YUV 84.2 221.57 174.22 -
System Red Green Blue C M Y K H S L
Decimal 149 19 250 0.40 0.92 0 0.02 273.77 0.96 0.53
Hex 95 13 FA 28 5C 0 2 112 60 35
Octal 225 23 372 50 134 0 2 422 140 65
Binary 10010101 10011 11111010 101000 1011100 0 10 100010010 1100000 110101

Color Harmonies of #9513FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9513FA

Black with #9513FA

Text Example


Text Example

White with #9513FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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