Html Css Color HEX #9420E6 Blue Violet

📋 copy color: '#9420E6'

red 148 ◦ green 32 ◦ blue 230

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

Shades of Blue Violet #9420E6

Tints of Blue Violet #9420E6

RGB

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

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

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

R = 36.1%
G = 7.8%
B = 56.1%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9420E6 (or 0x9420E6) is known color: Blue Violet. HEX triplet: 94, 20 and E6. RGB value is (148,32,230). Sum of RGB (Red+Green+Blue) = 148+32+230=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #9420E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9420E6 is #6BDF19. Grayscale: #585858. Windows color (decimal): -7069466 or 15081620. OLE color: 15081620.

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

Color convert

RGB 148 32 230 -
CMYK 0.36 0.86 0 0.10
HSL 275.15º 0.8% 0.51% -
HSV(B) 275.15º 0.86% 0.9% -
XYZ 27.01 13.04 75.96 -
YUV 89.26 207.43 169.9 -
System Red Green Blue C M Y K H S L
Decimal 148 32 230 0.36 0.86 0 0.10 275.15 0.8 0.51
Hex 94 20 E6 24 56 0 A 113 50 33
Octal 224 40 346 44 126 0 12 423 120 63
Binary 10010100 100000 11100110 100100 1010110 0 1010 100010011 1010000 110011

Color Harmonies of #9420E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9420E6

Black with #9420E6

Text Example


Text Example

White with #9420E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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