Html Css Color HEX #9426A6 Vivid Violet

📋 copy color: '#9426A6'

red 148 ◦ green 38 ◦ blue 166

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

Shades of Vivid Violet #9426A6

Tints of Vivid Violet #9426A6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

 BLUE value IS 166 (65.23% from 255) = 47.16%

R = 42.05%
G = 10.8%
B = 47.16%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9426A6 (or 0x9426A6) is known color: Vivid Violet. HEX triplet: 94, 26 and A6. RGB value is (148,38,166). Sum of RGB (Red+Green+Blue) = 148+38+166=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 166 - color contains mainly: blue. Hex color #9426A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9426A6 is #6BD959. Grayscale: #555555. Windows color (decimal): -7067994 or 10888852. OLE color: 10888852.

HSL color Cylindrical-coordinate representation of color #9426A6: hue angle of 291.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9426A6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 38 166 -
CMYK 0.11 0.77 0 0.35
HSL 291.56º 0.63% 0.4% -
HSV(B) 291.56º 0.77% 0.65% -
XYZ 19.79 10.44 37.05 -
YUV 85.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 148 38 166 0.11 0.77 0 0.35 291.56 0.63 0.4
Hex 94 26 A6 B 4D 0 23 124 3F 28
Octal 224 46 246 13 115 0 43 444 77 50
Binary 10010100 100110 10100110 1011 1001101 0 100011 100100100 111111 101000

Color Harmonies of #9426A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9426A6

Black with #9426A6

Text Example


Text Example

White with #9426A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9426A6; }

 p { color: rgb(148,38,166); }

 H1.HeaderClassName
 {
   color: #9426A6;
 }
 .AnyTagClassName
 {
   color: #9426A6;
 }
</style>

background-color css

<style>
 a { background-color: #9426A6; }

 a { background-color: rgb(148,38,166); }

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

border-color css

<style>
 span { border-color: #9426A6; }

 span { border-color: rgb(148,38,166); }

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