Html Css Color HEX #954DEF Blue Violet

📋 copy color: '#954DEF'

red 149 ◦ green 77 ◦ blue 239

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

Shades of Blue Violet #954DEF

Tints of Blue Violet #954DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 32.04%
G = 16.56%
B = 51.4%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#954DEF (or 0x954DEF) is known color: Blue Violet. HEX triplet: 95, 4D and EF. RGB value is (149,77,239). Sum of RGB (Red+Green+Blue) = 149+77+239=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #954DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954DEF is #6AB210. Grayscale: #747474. Windows color (decimal): -6992401 or 15682965. OLE color: 15682965.

HSL color Cylindrical-coordinate representation of color #954DEF: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954DEF is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 77 239 -
CMYK 0.38 0.68 0 0.06
HSL 266.67º 0.84% 0.62% -
HSV(B) 266.67º 0.68% 0.94% -
XYZ 30.63 17.93 83.51 -
YUV 117 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 149 77 239 0.38 0.68 0 0.06 266.67 0.84 0.62
Hex 95 4D EF 26 44 0 6 10B 54 3E
Octal 225 115 357 46 104 0 6 413 124 76
Binary 10010101 1001101 11101111 100110 1000100 0 110 100001011 1010100 111110

Color Harmonies of #954DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DEF

Black with #954DEF

Text Example


Text Example

White with #954DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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