Html Css Color HEX #953FFC Blue Violet

📋 copy color: '#953FFC'

red 149 ◦ green 63 ◦ blue 252

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

Shades of Blue Violet #953FFC

Tints of Blue Violet #953FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.58%

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

R = 32.11%
G = 13.58%
B = 54.31%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#953FFC (or 0x953FFC) is known color: Blue Violet. HEX triplet: 95, 3F and FC. RGB value is (149,63,252). Sum of RGB (Red+Green+Blue) = 149+63+252=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #953FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953FFC is #6AC003. Grayscale: #6D6D6D. Windows color (decimal): -6995972 or 16531349. OLE color: 16531349.

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

Color convert

RGB 149 63 252 -
CMYK 0.41 0.75 0 0.01
HSL 267.3º 0.97% 0.62% -
HSV(B) 267.3º 0.75% 0.99% -
XYZ 31.74 16.97 93.7 -
YUV 110.26 207.99 155.63 -
System Red Green Blue C M Y K H S L
Decimal 149 63 252 0.41 0.75 0 0.01 267.3 0.97 0.62
Hex 95 3F FC 29 4B 0 1 10B 61 3E
Octal 225 77 374 51 113 0 1 413 141 76
Binary 10010101 111111 11111100 101001 1001011 0 1 100001011 1100001 111110

Color Harmonies of #953FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FFC

Black with #953FFC

Text Example


Text Example

White with #953FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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