Html Css Color HEX #9510FE Blue Violet

📋 copy color: '#9510FE'

red 149 ◦ green 16 ◦ blue 254

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

Shades of Blue Violet #9510FE

Tints of Blue Violet #9510FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.82%

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

R = 35.56%
G = 3.82%
B = 60.62%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9510FE (or 0x9510FE) is known color: Blue Violet. HEX triplet: 95, 10 and FE. RGB value is (149,16,254). Sum of RGB (Red+Green+Blue) = 149+16+254=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #9510FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510FE is #6AEF01. Grayscale: #525252. Windows color (decimal): -7008002 or 16650389. OLE color: 16650389.

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

Color convert

RGB 149 16 254 -
CMYK 0.41 0.94 0 0.00
HSL 273.53º 0.99% 0.53% -
HSV(B) 273.53º 0.94% 1% -
XYZ 30.47 13.92 94.85 -
YUV 82.9 224.56 175.15 -
System Red Green Blue C M Y K H S L
Decimal 149 16 254 0.41 0.94 0 0.00 273.53 0.99 0.53
Hex 95 10 FE 29 5E 0 0 112 63 35
Octal 225 20 376 51 136 0 0 422 143 65
Binary 10010101 10000 11111110 101001 1011110 0 0 100010010 1100011 110101

Color Harmonies of #9510FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510FE

Black with #9510FE

Text Example


Text Example

White with #9510FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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