Html Css Color HEX #9424E6 Blue Violet

📋 copy color: '#9424E6'

red 148 ◦ green 36 ◦ blue 230

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

Shades of Blue Violet #9424E6

Tints of Blue Violet #9424E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.56%

R = 35.75%
G = 8.7%
B = 55.56%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9424E6 (or 0x9424E6) is known color: Blue Violet. HEX triplet: 94, 24 and E6. RGB value is (148,36,230). Sum of RGB (Red+Green+Blue) = 148+36+230=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #9424E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9424E6 is #6BDB19. Grayscale: #5A5A5A. Windows color (decimal): -7068442 or 15082644. OLE color: 15082644.

HSL color Cylindrical-coordinate representation of color #9424E6: hue angle of 274.64º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9424E6 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 36 230 -
CMYK 0.36 0.84 0 0.10
HSL 274.64º 0.8% 0.52% -
HSV(B) 274.64º 0.84% 0.9% -
XYZ 27.13 13.27 75.99 -
YUV 91.6 206.11 168.23 -
System Red Green Blue C M Y K H S L
Decimal 148 36 230 0.36 0.84 0 0.10 274.64 0.8 0.52
Hex 94 24 E6 24 54 0 A 113 50 34
Octal 224 44 346 44 124 0 12 423 120 64
Binary 10010100 100100 11100110 100100 1010100 0 1010 100010011 1010000 110100

Color Harmonies of #9424E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9424E6

Black with #9424E6

Text Example


Text Example

White with #9424E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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