Html Css Color HEX #9510F3 Blue Violet

📋 copy color: '#9510F3'

red 149 ◦ green 16 ◦ blue 243

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

Shades of Blue Violet #9510F3

Tints of Blue Violet #9510F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 59.56%

R = 36.52%
G = 3.92%
B = 59.56%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9510F3 (or 0x9510F3) is known color: Blue Violet. HEX triplet: 95, 10 and F3. RGB value is (149,16,243). Sum of RGB (Red+Green+Blue) = 149+16+243=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #9510F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9510F3 is #6AEF0C. Grayscale: #505050. Windows color (decimal): -7008013 or 15929493. OLE color: 15929493.

HSL color Cylindrical-coordinate representation of color #9510F3: hue angle of 275.15º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9510F3 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 16 243 -
CMYK 0.39 0.93 0 0.05
HSL 275.15º 0.9% 0.51% -
HSV(B) 275.15º 0.93% 0.95% -
XYZ 28.76 13.23 85.83 -
YUV 81.65 219.06 176.04 -
System Red Green Blue C M Y K H S L
Decimal 149 16 243 0.39 0.93 0 0.05 275.15 0.9 0.51
Hex 95 10 F3 27 5D 0 5 113 5A 33
Octal 225 20 363 47 135 0 5 423 132 63
Binary 10010101 10000 11110011 100111 1011101 0 101 100010011 1011010 110011

Color Harmonies of #9510F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510F3

Black with #9510F3

Text Example


Text Example

White with #9510F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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