Html Css Color HEX #9940EF Blue Violet

📋 copy color: '#9940EF'

red 153 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #9940EF

Tints of Blue Violet #9940EF

RGB

 RED value IS 153 (60.16% from 255) = 33.55%

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

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

R = 33.55%
G = 14.04%
B = 52.41%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9940EF (or 0x9940EF) is known color: Blue Violet. HEX triplet: 99, 40 and EF. RGB value is (153,64,239). Sum of RGB (Red+Green+Blue) = 153+64+239=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #9940EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9940EF is #66BF10. Grayscale: #6D6D6D. Windows color (decimal): -6733585 or 15679641. OLE color: 15679641.

HSL color Cylindrical-coordinate representation of color #9940EF: hue angle of 270.51º 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 #9940EF is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 64 239 -
CMYK 0.36 0.73 0 0.06
HSL 270.51º 0.85% 0.59% -
HSV(B) 270.51º 0.73% 0.94% -
XYZ 30.55 16.67 83.27 -
YUV 110.56 200.49 158.27 -
System Red Green Blue C M Y K H S L
Decimal 153 64 239 0.36 0.73 0 0.06 270.51 0.85 0.59
Hex 99 40 EF 24 49 0 6 10F 55 3B
Octal 231 100 357 44 111 0 6 417 125 73
Binary 10011001 1000000 11101111 100100 1001001 0 110 100001111 1010101 111011

Color Harmonies of #9940EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9940EF

Black with #9940EF

Text Example


Text Example

White with #9940EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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