Html Css Color HEX #954BE1 Blue Violet

📋 copy color: '#954BE1'

red 149 ◦ green 75 ◦ blue 225

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

Shades of Blue Violet #954BE1

Tints of Blue Violet #954BE1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.7%

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

R = 33.18%
G = 16.7%
B = 50.11%

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

#954BE1 (or 0x954BE1) is known color: Blue Violet. HEX triplet: 95, 4B and E1. RGB value is (149,75,225). Sum of RGB (Red+Green+Blue) = 149+75+225=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #954BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BE1 is #6AB41E. Grayscale: #717171. Windows color (decimal): -6992927 or 14764949. OLE color: 14764949.

HSL color Cylindrical-coordinate representation of color #954BE1: hue angle of 269.6º degrees, saturation: 0.71, 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 #954BE1 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 75 225 -
CMYK 0.34 0.67 0 0.12
HSL 269.6º 0.71% 0.59% -
HSV(B) 269.6º 0.67% 0.88% -
XYZ 28.5 16.86 72.99 -
YUV 114.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 149 75 225 0.34 0.67 0 0.12 269.6 0.71 0.59
Hex 95 4B E1 22 43 0 C 10E 47 3B
Octal 225 113 341 42 103 0 14 416 107 73
Binary 10010101 1001011 11100001 100010 1000011 0 1100 100001110 1000111 111011

Color Harmonies of #954BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BE1

Black with #954BE1

Text Example


Text Example

White with #954BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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