Html Css Color HEX #954BEA Blue Violet

📋 copy color: '#954BEA'

red 149 ◦ green 75 ◦ blue 234

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

Shades of Blue Violet #954BEA

Tints of Blue Violet #954BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 32.53%
G = 16.38%
B = 51.09%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#954BEA (or 0x954BEA) is known color: Blue Violet. HEX triplet: 95, 4B and EA. RGB value is (149,75,234). Sum of RGB (Red+Green+Blue) = 149+75+234=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #954BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BEA is #6AB415. Grayscale: #727272. Windows color (decimal): -6992918 or 15354773. OLE color: 15354773.

HSL color Cylindrical-coordinate representation of color #954BEA: hue angle of 267.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954BEA is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 75 234 -
CMYK 0.36 0.68 0 0.08
HSL 267.92º 0.79% 0.61% -
HSV(B) 267.92º 0.68% 0.92% -
XYZ 29.76 17.36 79.62 -
YUV 115.25 195.02 152.07 -
System Red Green Blue C M Y K H S L
Decimal 149 75 234 0.36 0.68 0 0.08 267.92 0.79 0.61
Hex 95 4B EA 24 44 0 8 10C 4F 3D
Octal 225 113 352 44 104 0 10 414 117 75
Binary 10010101 1001011 11101010 100100 1000100 0 1000 100001100 1001111 111101

Color Harmonies of #954BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BEA

Black with #954BEA

Text Example


Text Example

White with #954BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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