Html Css Color HEX #950AFF Blue Violet

📋 copy color: '#950AFF'

red 149 ◦ green 10 ◦ blue 255

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

Shades of Blue Violet #950AFF

Tints of Blue Violet #950AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.59%

R = 35.99%
G = 2.42%
B = 61.59%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#950AFF (or 0x950AFF) is known color: Blue Violet. HEX triplet: 95, 0A and FF. RGB value is (149,10,255). Sum of RGB (Red+Green+Blue) = 149+10+255=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #950AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950AFF is #6AF500. Grayscale: #4E4E4E. Windows color (decimal): -7009537 or 16714389. OLE color: 16714389.

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

Color convert

RGB 149 10 255 -
CMYK 0.42 0.96 0 0
HSL 274.04º 1% 0.52% -
HSV(B) 274.04º 0.96% 1% -
XYZ 30.55 13.83 95.67 -
YUV 79.49 227.05 177.58 -
System Red Green Blue C M Y K H S L
Decimal 149 10 255 0.42 0.96 0 0 274.04 1 0.52
Hex 95 A FF 2A 60 0 0 112 64 34
Octal 225 12 377 52 140 0 0 422 144 64
Binary 10010101 1010 11111111 101010 1100000 0 0 100010010 1100100 110100

Color Harmonies of #950AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950AFF

Black with #950AFF

Text Example


Text Example

White with #950AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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