Html Css Color HEX #9424ED Blue Violet

📋 copy color: '#9424ED'

red 148 ◦ green 36 ◦ blue 237

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

Shades of Blue Violet #9424ED

Tints of Blue Violet #9424ED

RGB

 RED value IS 148 (58.2% from 255) = 35.15%

 GREEN value IS 36 (14.45% from 255) = 8.55%

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 35.15%
G = 8.55%
B = 56.29%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9424ED (or 0x9424ED) is known color: Blue Violet. HEX triplet: 94, 24 and ED. RGB value is (148,36,237). Sum of RGB (Red+Green+Blue) = 148+36+237=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #9424ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9424ED is #6BDB12. Grayscale: #5B5B5B. Windows color (decimal): -7068435 or 15541396. OLE color: 15541396.

HSL color Cylindrical-coordinate representation of color #9424ED: hue angle of 273.43º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9424ED is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 36 237 -
CMYK 0.38 0.85 0 0.07
HSL 273.43º 0.85% 0.54% -
HSV(B) 273.43º 0.85% 0.93% -
XYZ 28.13 13.67 81.28 -
YUV 92.4 209.61 167.66 -
System Red Green Blue C M Y K H S L
Decimal 148 36 237 0.38 0.85 0 0.07 273.43 0.85 0.54
Hex 94 24 ED 26 55 0 7 111 55 36
Octal 224 44 355 46 125 0 7 421 125 66
Binary 10010100 100100 11101101 100110 1010101 0 111 100010001 1010101 110110

Color Harmonies of #9424ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9424ED

Black with #9424ED

Text Example


Text Example

White with #9424ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9424ED; }

 p { color: rgb(148,36,237); }

 H1.HeaderClassName
 {
   color: #9424ED;
 }
 .AnyTagClassName
 {
   color: #9424ED;
 }
</style>

background-color css

<style>
 a { background-color: #9424ED; }

 a { background-color: rgb(148,36,237); }

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

border-color css

<style>
 span { border-color: #9424ED; }

 span { border-color: rgb(148,36,237); }

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