Html Css Color HEX #954AEE Blue Violet

📋 copy color: '#954AEE'

red 149 ◦ green 74 ◦ blue 238

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

Shades of Blue Violet #954AEE

Tints of Blue Violet #954AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 32.32%
G = 16.05%
B = 51.63%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#954AEE (or 0x954AEE) is known color: Blue Violet. HEX triplet: 95, 4A and EE. RGB value is (149,74,238). Sum of RGB (Red+Green+Blue) = 149+74+238=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #954AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954AEE is #6AB511. Grayscale: #727272. Windows color (decimal): -6993170 or 15616661. OLE color: 15616661.

HSL color Cylindrical-coordinate representation of color #954AEE: hue angle of 267.44º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #954AEE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 74 238 -
CMYK 0.37 0.69 0 0.07
HSL 267.44º 0.83% 0.61% -
HSV(B) 267.44º 0.69% 0.93% -
XYZ 30.28 17.46 82.66 -
YUV 115.12 197.35 152.16 -
System Red Green Blue C M Y K H S L
Decimal 149 74 238 0.37 0.69 0 0.07 267.44 0.83 0.61
Hex 95 4A EE 25 45 0 7 10B 53 3D
Octal 225 112 356 45 105 0 7 413 123 75
Binary 10010101 1001010 11101110 100101 1000101 0 111 100001011 1010011 111101

Color Harmonies of #954AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AEE

Black with #954AEE

Text Example


Text Example

White with #954AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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