Html Css Color HEX #9740EF Blue Violet

📋 copy color: '#9740EF'

red 151 ◦ green 64 ◦ blue 239

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

Shades of Blue Violet #9740EF

Tints of Blue Violet #9740EF

RGB

 RED value IS 151 (59.38% from 255) = 33.26%

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

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

R = 33.26%
G = 14.1%
B = 52.64%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9740EF (or 0x9740EF) is known color: Blue Violet. HEX triplet: 97, 40 and EF. RGB value is (151,64,239). Sum of RGB (Red+Green+Blue) = 151+64+239=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #9740EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9740EF is #68BF10. Grayscale: #6D6D6D. Windows color (decimal): -6864657 or 15679639. OLE color: 15679639.

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

Color convert

RGB 151 64 239 -
CMYK 0.37 0.73 0 0.06
HSL 269.83º 0.85% 0.59% -
HSV(B) 269.83º 0.73% 0.94% -
XYZ 30.18 16.48 83.25 -
YUV 109.96 200.82 157.27 -
System Red Green Blue C M Y K H S L
Decimal 151 64 239 0.37 0.73 0 0.06 269.83 0.85 0.59
Hex 97 40 EF 25 49 0 6 10E 55 3B
Octal 227 100 357 45 111 0 6 416 125 73
Binary 10010111 1000000 11101111 100101 1001001 0 110 100001110 1010101 111011

Color Harmonies of #9740EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9740EF

Black with #9740EF

Text Example


Text Example

White with #9740EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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