Html Css Color HEX #954CFD Blue Violet

📋 copy color: '#954CFD'

red 149 ◦ green 76 ◦ blue 253

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

Shades of Blue Violet #954CFD

Tints of Blue Violet #954CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 31.17%
G = 15.9%
B = 52.93%

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

#954CFD (or 0x954CFD) is known color: Blue Violet. HEX triplet: 95, 4C and FD. RGB value is (149,76,253). Sum of RGB (Red+Green+Blue) = 149+76+253=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #954CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CFD is #6AB302. Grayscale: #757575. Windows color (decimal): -6992643 or 16600213. OLE color: 16600213.

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

Color convert

RGB 149 76 253 -
CMYK 0.41 0.70 0 0.01
HSL 264.75º 0.98% 0.65% -
HSV(B) 264.75º 0.7% 0.99% -
XYZ 32.71 18.65 94.8 -
YUV 118.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 149 76 253 0.41 0.70 0 0.01 264.75 0.98 0.65
Hex 95 4C FD 29 46 0 1 109 62 41
Octal 225 114 375 51 106 0 1 411 142 101
Binary 10010101 1001100 11111101 101001 1000110 0 1 100001001 1100010 1000001

Color Harmonies of #954CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CFD

Black with #954CFD

Text Example


Text Example

White with #954CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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