Html Css Color HEX #953CFC Blue Violet

📋 copy color: '#953CFC'

red 149 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #953CFC

Tints of Blue Violet #953CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.02%

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

R = 32.32%
G = 13.02%
B = 54.66%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#953CFC (or 0x953CFC) is known color: Blue Violet. HEX triplet: 95, 3C and FC. RGB value is (149,60,252). Sum of RGB (Red+Green+Blue) = 149+60+252=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #953CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CFC is #6AC303. Grayscale: #6B6B6B. Windows color (decimal): -6996740 or 16530581. OLE color: 16530581.

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

Color convert

RGB 149 60 252 -
CMYK 0.41 0.76 0 0.01
HSL 267.81º 0.97% 0.61% -
HSV(B) 267.81º 0.76% 0.99% -
XYZ 31.58 16.65 93.64 -
YUV 108.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 149 60 252 0.41 0.76 0 0.01 267.81 0.97 0.61
Hex 95 3C FC 29 4C 0 1 10C 61 3D
Octal 225 74 374 51 114 0 1 414 141 75
Binary 10010101 111100 11111100 101001 1001100 0 1 100001100 1100001 111101

Color Harmonies of #953CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CFC

Black with #953CFC

Text Example


Text Example

White with #953CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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