Html Css Color HEX #9510F9 Blue Violet

📋 copy color: '#9510F9'

red 149 ◦ green 16 ◦ blue 249

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

Shades of Blue Violet #9510F9

Tints of Blue Violet #9510F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 35.99%
G = 3.86%
B = 60.14%

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

#9510F9 (or 0x9510F9) is known color: Blue Violet. HEX triplet: 95, 10 and F9. RGB value is (149,16,249). Sum of RGB (Red+Green+Blue) = 149+16+249=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #9510F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510F9 is #6AEF06. Grayscale: #515151. Windows color (decimal): -7008007 or 16322709. OLE color: 16322709.

HSL color Cylindrical-coordinate representation of color #9510F9: hue angle of 274.25º degrees, saturation: 0.95, 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 #9510F9 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 16 249 -
CMYK 0.40 0.94 0 0.02
HSL 274.25º 0.95% 0.52% -
HSV(B) 274.25º 0.94% 0.98% -
XYZ 29.68 13.6 90.68 -
YUV 82.33 222.06 175.55 -
System Red Green Blue C M Y K H S L
Decimal 149 16 249 0.40 0.94 0 0.02 274.25 0.95 0.52
Hex 95 10 F9 28 5E 0 2 112 5F 34
Octal 225 20 371 50 136 0 2 422 137 64
Binary 10010101 10000 11111001 101000 1011110 0 10 100010010 1011111 110100

Color Harmonies of #9510F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510F9

Black with #9510F9

Text Example


Text Example

White with #9510F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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