Html Css Color HEX #953AFC Blue Violet

📋 copy color: '#953AFC'

red 149 ◦ green 58 ◦ blue 252

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

Shades of Blue Violet #953AFC

Tints of Blue Violet #953AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 32.46%
G = 12.64%
B = 54.9%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#953AFC (or 0x953AFC) is known color: Blue Violet. HEX triplet: 95, 3A and FC. RGB value is (149,58,252). Sum of RGB (Red+Green+Blue) = 149+58+252=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #953AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AFC is #6AC503. Grayscale: #6A6A6A. Windows color (decimal): -6997252 or 16530069. OLE color: 16530069.

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

Color convert

RGB 149 58 252 -
CMYK 0.41 0.77 0 0.01
HSL 268.14º 0.97% 0.61% -
HSV(B) 268.14º 0.77% 0.99% -
XYZ 31.48 16.44 93.61 -
YUV 107.33 209.65 157.73 -
System Red Green Blue C M Y K H S L
Decimal 149 58 252 0.41 0.77 0 0.01 268.14 0.97 0.61
Hex 95 3A FC 29 4D 0 1 10C 61 3D
Octal 225 72 374 51 115 0 1 414 141 75
Binary 10010101 111010 11111100 101001 1001101 0 1 100001100 1100001 111101

Color Harmonies of #953AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AFC

Black with #953AFC

Text Example


Text Example

White with #953AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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