Html Css Color HEX #950AFE Blue Violet

📋 copy color: '#950AFE'

red 149 ◦ green 10 ◦ blue 254

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

Shades of Blue Violet #950AFE

Tints of Blue Violet #950AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.42%

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

R = 36.08%
G = 2.42%
B = 61.5%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#950AFE (or 0x950AFE) is known color: Blue Violet. HEX triplet: 95, 0A and FE. RGB value is (149,10,254). Sum of RGB (Red+Green+Blue) = 149+10+254=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #950AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950AFE is #6AF501. Grayscale: #4E4E4E. Windows color (decimal): -7009538 or 16648853. OLE color: 16648853.

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

Color convert

RGB 149 10 254 -
CMYK 0.41 0.96 0 0.00
HSL 274.18º 0.99% 0.52% -
HSV(B) 274.18º 0.96% 1% -
XYZ 30.39 13.76 94.82 -
YUV 79.38 226.55 177.66 -
System Red Green Blue C M Y K H S L
Decimal 149 10 254 0.41 0.96 0 0.00 274.18 0.99 0.52
Hex 95 A FE 29 60 0 0 112 63 34
Octal 225 12 376 51 140 0 0 422 143 64
Binary 10010101 1010 11111110 101001 1100000 0 0 100010010 1100011 110100

Color Harmonies of #950AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950AFE

Black with #950AFE

Text Example


Text Example

White with #950AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950AFE; }

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

 H1.HeaderClassName
 {
   color: #950AFE;
 }
 .AnyTagClassName
 {
   color: #950AFE;
 }
</style>

background-color css

<style>
 a { background-color: #950AFE; }

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

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

border-color css

<style>
 span { border-color: #950AFE; }

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

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