Html Css Color HEX #9540EF Blue Violet

📋 copy color: '#9540EF'

red 149 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #9540EF

Tints of Blue Violet #9540EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.16%

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

R = 32.96%
G = 14.16%
B = 52.88%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9540EF (or 0x9540EF) is known color: Blue Violet. HEX triplet: 95, 40 and EF. RGB value is (149,64,239). Sum of RGB (Red+Green+Blue) = 149+64+239=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #9540EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9540EF is #6ABF10. Grayscale: #6C6C6C. Windows color (decimal): -6995729 or 15679637. OLE color: 15679637.

HSL color Cylindrical-coordinate representation of color #9540EF: hue angle of 269.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9540EF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 64 239 -
CMYK 0.38 0.73 0 0.06
HSL 269.14º 0.85% 0.59% -
HSV(B) 269.14º 0.73% 0.94% -
XYZ 29.81 16.29 83.23 -
YUV 109.37 201.16 156.27 -
System Red Green Blue C M Y K H S L
Decimal 149 64 239 0.38 0.73 0 0.06 269.14 0.85 0.59
Hex 95 40 EF 26 49 0 6 10D 55 3B
Octal 225 100 357 46 111 0 6 415 125 73
Binary 10010101 1000000 11101111 100110 1001001 0 110 100001101 1010101 111011

Color Harmonies of #9540EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540EF

Black with #9540EF

Text Example


Text Example

White with #9540EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9540EF; }

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

 H1.HeaderClassName
 {
   color: #9540EF;
 }
 .AnyTagClassName
 {
   color: #9540EF;
 }
</style>

background-color css

<style>
 a { background-color: #9540EF; }

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

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

border-color css

<style>
 span { border-color: #9540EF; }

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

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