Html Css Color HEX #9420E0 Blue Violet

📋 copy color: '#9420E0'

red 148 ◦ green 32 ◦ blue 224

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

Shades of Blue Violet #9420E0

Tints of Blue Violet #9420E0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.92%

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 36.63%
G = 7.92%
B = 55.45%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9420E0 (or 0x9420E0) is known color: Blue Violet. HEX triplet: 94, 20 and E0. RGB value is (148,32,224). Sum of RGB (Red+Green+Blue) = 148+32+224=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #9420E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420E0 is #6BDF1F. Grayscale: #575757. Windows color (decimal): -7069472 or 14688404. OLE color: 14688404.

HSL color Cylindrical-coordinate representation of color #9420E0: hue angle of 276.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9420E0 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 32 224 -
CMYK 0.34 0.86 0 0.12
HSL 276.25º 0.76% 0.5% -
HSV(B) 276.25º 0.86% 0.88% -
XYZ 26.18 12.71 71.59 -
YUV 88.57 204.43 170.39 -
System Red Green Blue C M Y K H S L
Decimal 148 32 224 0.34 0.86 0 0.12 276.25 0.76 0.5
Hex 94 20 E0 22 56 0 C 114 4C 32
Octal 224 40 340 42 126 0 14 424 114 62
Binary 10010100 100000 11100000 100010 1010110 0 1100 100010100 1001100 110010

Color Harmonies of #9420E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420E0

Black with #9420E0

Text Example


Text Example

White with #9420E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9420E0; }

 p { color: rgb(148,32,224); }

 H1.HeaderClassName
 {
   color: #9420E0;
 }
 .AnyTagClassName
 {
   color: #9420E0;
 }
</style>

background-color css

<style>
 a { background-color: #9420E0; }

 a { background-color: rgb(148,32,224); }

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

border-color css

<style>
 span { border-color: #9420E0; }

 span { border-color: rgb(148,32,224); }

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