Html Css Color HEX #953AFE Blue Violet

📋 copy color: '#953AFE'

red 149 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #953AFE

Tints of Blue Violet #953AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

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

R = 32.32%
G = 12.58%
B = 55.1%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#953AFE (or 0x953AFE) is known color: Blue Violet. HEX triplet: 95, 3A and FE. RGB value is (149,58,254). Sum of RGB (Red+Green+Blue) = 149+58+254=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #953AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AFE is #6AC501. Grayscale: #6A6A6A. Windows color (decimal): -6997250 or 16661141. OLE color: 16661141.

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

Color convert

RGB 149 58 254 -
CMYK 0.41 0.77 0 0.00
HSL 267.86º 0.99% 0.61% -
HSV(B) 267.86º 0.77% 1% -
XYZ 31.8 16.57 95.29 -
YUV 107.55 210.65 157.56 -
System Red Green Blue C M Y K H S L
Decimal 149 58 254 0.41 0.77 0 0.00 267.86 0.99 0.61
Hex 95 3A FE 29 4D 0 0 10C 63 3D
Octal 225 72 376 51 115 0 0 414 143 75
Binary 10010101 111010 11111110 101001 1001101 0 0 100001100 1100011 111101

Color Harmonies of #953AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AFE

Black with #953AFE

Text Example


Text Example

White with #953AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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