Html Css Color HEX #954AFC Blue Violet

📋 copy color: '#954AFC'

red 149 ◦ green 74 ◦ blue 252

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

Shades of Blue Violet #954AFC

Tints of Blue Violet #954AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

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

R = 31.37%
G = 15.58%
B = 53.05%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#954AFC (or 0x954AFC) is known color: Blue Violet. HEX triplet: 95, 4A and FC. RGB value is (149,74,252). Sum of RGB (Red+Green+Blue) = 149+74+252=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #954AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AFC is #6AB503. Grayscale: #747474. Windows color (decimal): -6993156 or 16534165. OLE color: 16534165.

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

Color convert

RGB 149 74 252 -
CMYK 0.41 0.71 0 0.01
HSL 265.28º 0.97% 0.64% -
HSV(B) 265.28º 0.71% 0.99% -
XYZ 32.41 18.32 93.92 -
YUV 116.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 149 74 252 0.41 0.71 0 0.01 265.28 0.97 0.64
Hex 95 4A FC 29 47 0 1 109 61 40
Octal 225 112 374 51 107 0 1 411 141 100
Binary 10010101 1001010 11111100 101001 1000111 0 1 100001001 1100001 1000000

Color Harmonies of #954AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AFC

Black with #954AFC

Text Example


Text Example

White with #954AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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