Html Css Color HEX #9240EB Blue Violet

📋 copy color: '#9240EB'

red 146 ◦ green 64 ◦ blue 235

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

Shades of Blue Violet #9240EB

Tints of Blue Violet #9240EB

RGB

 RED value IS 146 (57.42% from 255) = 32.81%

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 32.81%
G = 14.38%
B = 52.81%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9240EB (or 0x9240EB) is known color: Blue Violet. HEX triplet: 92, 40 and EB. RGB value is (146,64,235). Sum of RGB (Red+Green+Blue) = 146+64+235=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #9240EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9240EB is #6DBF14. Grayscale: #6B6B6B. Windows color (decimal): -7192341 or 15417490. OLE color: 15417490.

HSL color Cylindrical-coordinate representation of color #9240EB: hue angle of 268.77º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9240EB is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 64 235 -
CMYK 0.38 0.73 0 0.08
HSL 268.77º 0.81% 0.59% -
HSV(B) 268.77º 0.73% 0.92% -
XYZ 28.68 15.78 80.13 -
YUV 108.01 199.67 155.1 -
System Red Green Blue C M Y K H S L
Decimal 146 64 235 0.38 0.73 0 0.08 268.77 0.81 0.59
Hex 92 40 EB 26 49 0 8 10D 51 3B
Octal 222 100 353 46 111 0 10 415 121 73
Binary 10010010 1000000 11101011 100110 1001001 0 1000 100001101 1010001 111011

Color Harmonies of #9240EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240EB

Black with #9240EB

Text Example


Text Example

White with #9240EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9240EB; }

 p { color: rgb(146,64,235); }

 H1.HeaderClassName
 {
   color: #9240EB;
 }
 .AnyTagClassName
 {
   color: #9240EB;
 }
</style>

background-color css

<style>
 a { background-color: #9240EB; }

 a { background-color: rgb(146,64,235); }

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

border-color css

<style>
 span { border-color: #9240EB; }

 span { border-color: rgb(146,64,235); }

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