Html Css Color HEX #954CFC Blue Violet

📋 copy color: '#954CFC'

red 149 ◦ green 76 ◦ blue 252

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

Shades of Blue Violet #954CFC

Tints of Blue Violet #954CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

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

R = 31.24%
G = 15.93%
B = 52.83%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#954CFC (or 0x954CFC) is known color: Blue Violet. HEX triplet: 95, 4C and FC. RGB value is (149,76,252). Sum of RGB (Red+Green+Blue) = 149+76+252=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #954CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CFC is #6AB303. Grayscale: #757575. Windows color (decimal): -6992644 or 16534677. OLE color: 16534677.

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

Color convert

RGB 149 76 252 -
CMYK 0.41 0.70 0 0.01
HSL 264.89º 0.97% 0.64% -
HSV(B) 264.89º 0.7% 0.99% -
XYZ 32.55 18.59 93.97 -
YUV 117.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 149 76 252 0.41 0.70 0 0.01 264.89 0.97 0.64
Hex 95 4C FC 29 46 0 1 109 61 40
Octal 225 114 374 51 106 0 1 411 141 100
Binary 10010101 1001100 11111100 101001 1000110 0 1 100001001 1100001 1000000

Color Harmonies of #954CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CFC

Black with #954CFC

Text Example


Text Example

White with #954CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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