Html Css Color HEX #954AE1 Blue Violet

📋 copy color: '#954AE1'

red 149 ◦ green 74 ◦ blue 225

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

Shades of Blue Violet #954AE1

Tints of Blue Violet #954AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.22%

R = 33.26%
G = 16.52%
B = 50.22%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#954AE1 (or 0x954AE1) is known color: Blue Violet. HEX triplet: 95, 4A and E1. RGB value is (149,74,225). Sum of RGB (Red+Green+Blue) = 149+74+225=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #954AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AE1 is #6AB51E. Grayscale: #717171. Windows color (decimal): -6993183 or 14764693. OLE color: 14764693.

HSL color Cylindrical-coordinate representation of color #954AE1: hue angle of 269.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954AE1 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 74 225 -
CMYK 0.34 0.67 0 0.12
HSL 269.8º 0.72% 0.59% -
HSV(B) 269.8º 0.67% 0.88% -
XYZ 28.43 16.72 72.96 -
YUV 113.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 149 74 225 0.34 0.67 0 0.12 269.8 0.72 0.59
Hex 95 4A E1 22 43 0 C 10E 48 3B
Octal 225 112 341 42 103 0 14 416 110 73
Binary 10010101 1001010 11100001 100010 1000011 0 1100 100001110 1001000 111011

Color Harmonies of #954AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AE1

Black with #954AE1

Text Example


Text Example

White with #954AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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