Html Css Color HEX #954AE8 Blue Violet

📋 copy color: '#954AE8'

red 149 ◦ green 74 ◦ blue 232

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

Shades of Blue Violet #954AE8

Tints of Blue Violet #954AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.99%

R = 32.75%
G = 16.26%
B = 50.99%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#954AE8 (or 0x954AE8) is known color: Blue Violet. HEX triplet: 95, 4A and E8. RGB value is (149,74,232). Sum of RGB (Red+Green+Blue) = 149+74+232=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #954AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AE8 is #6AB517. Grayscale: #717171. Windows color (decimal): -6993176 or 15223445. OLE color: 15223445.

HSL color Cylindrical-coordinate representation of color #954AE8: hue angle of 268.48º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954AE8 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 74 232 -
CMYK 0.36 0.68 0 0.09
HSL 268.48º 0.77% 0.6% -
HSV(B) 268.48º 0.68% 0.91% -
XYZ 29.41 17.11 78.1 -
YUV 114.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 149 74 232 0.36 0.68 0 0.09 268.48 0.77 0.6
Hex 95 4A E8 24 44 0 9 10C 4D 3C
Octal 225 112 350 44 104 0 11 414 115 74
Binary 10010101 1001010 11101000 100100 1000100 0 1001 100001100 1001101 111100

Color Harmonies of #954AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AE8

Black with #954AE8

Text Example


Text Example

White with #954AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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