Html Css Color HEX #954DEE Blue Violet

📋 copy color: '#954DEE'

red 149 ◦ green 77 ◦ blue 238

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

Shades of Blue Violet #954DEE

Tints of Blue Violet #954DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.59%

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

R = 32.11%
G = 16.59%
B = 51.29%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#954DEE (or 0x954DEE) is known color: Blue Violet. HEX triplet: 95, 4D and EE. RGB value is (149,77,238). Sum of RGB (Red+Green+Blue) = 149+77+238=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #954DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954DEE is #6AB211. Grayscale: #747474. Windows color (decimal): -6992402 or 15617429. OLE color: 15617429.

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

Color convert

RGB 149 77 238 -
CMYK 0.37 0.68 0 0.07
HSL 266.83º 0.83% 0.62% -
HSV(B) 266.83º 0.68% 0.93% -
XYZ 30.48 17.87 82.73 -
YUV 116.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 149 77 238 0.37 0.68 0 0.07 266.83 0.83 0.62
Hex 95 4D EE 25 44 0 7 10B 53 3E
Octal 225 115 356 45 104 0 7 413 123 76
Binary 10010101 1001101 11101110 100101 1000100 0 111 100001011 1010011 111110

Color Harmonies of #954DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DEE

Black with #954DEE

Text Example


Text Example

White with #954DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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