Html Css Color HEX #9510FA Blue Violet

📋 copy color: '#9510FA'

red 149 ◦ green 16 ◦ blue 250

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

Shades of Blue Violet #9510FA

Tints of Blue Violet #9510FA

RGB

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

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

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

R = 35.9%
G = 3.86%
B = 60.24%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9510FA (or 0x9510FA) is known color: Blue Violet. HEX triplet: 95, 10 and FA. RGB value is (149,16,250). Sum of RGB (Red+Green+Blue) = 149+16+250=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #9510FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510FA is #6AEF05. Grayscale: #515151. Windows color (decimal): -7008006 or 16388245. OLE color: 16388245.

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

Color convert

RGB 149 16 250 -
CMYK 0.40 0.94 0 0.02
HSL 274.1º 0.96% 0.52% -
HSV(B) 274.1º 0.94% 0.98% -
XYZ 29.84 13.66 91.51 -
YUV 82.44 222.56 175.47 -
System Red Green Blue C M Y K H S L
Decimal 149 16 250 0.40 0.94 0 0.02 274.1 0.96 0.52
Hex 95 10 FA 28 5E 0 2 112 60 34
Octal 225 20 372 50 136 0 2 422 140 64
Binary 10010101 10000 11111010 101000 1011110 0 10 100010010 1100000 110100

Color Harmonies of #9510FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510FA

Black with #9510FA

Text Example


Text Example

White with #9510FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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