Html Css Color HEX #954DEC Blue Violet

📋 copy color: '#954DEC'

red 149 ◦ green 77 ◦ blue 236

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

Shades of Blue Violet #954DEC

Tints of Blue Violet #954DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 32.25%
G = 16.67%
B = 51.08%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#954DEC (or 0x954DEC) is known color: Blue Violet. HEX triplet: 95, 4D and EC. RGB value is (149,77,236). Sum of RGB (Red+Green+Blue) = 149+77+236=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #954DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954DEC is #6AB213. Grayscale: #747474. Windows color (decimal): -6992404 or 15486357. OLE color: 15486357.

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

Color convert

RGB 149 77 236 -
CMYK 0.37 0.67 0 0.07
HSL 267.17º 0.81% 0.61% -
HSV(B) 267.17º 0.67% 0.93% -
XYZ 30.19 17.75 81.19 -
YUV 116.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 149 77 236 0.37 0.67 0 0.07 267.17 0.81 0.61
Hex 95 4D EC 25 43 0 7 10B 51 3D
Octal 225 115 354 45 103 0 7 413 121 75
Binary 10010101 1001101 11101100 100101 1000011 0 111 100001011 1010001 111101

Color Harmonies of #954DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DEC

Black with #954DEC

Text Example


Text Example

White with #954DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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