Html Css Color HEX #9030A6 Vivid Violet

📋 copy color: '#9030A6'

red 144 ◦ green 48 ◦ blue 166

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

Shades of Vivid Violet #9030A6

Tints of Vivid Violet #9030A6

RGB

 RED value IS 144 (56.64% from 255) = 40.22%

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 40.22%
G = 13.41%
B = 46.37%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9030A6 (or 0x9030A6) is known color: Vivid Violet. HEX triplet: 90, 30 and A6. RGB value is (144,48,166). Sum of RGB (Red+Green+Blue) = 144+48+166=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 166 - color contains mainly: blue. Hex color #9030A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9030A6 is #6FCF59. Grayscale: #595959. Windows color (decimal): -7327578 or 10891408. OLE color: 10891408.

HSL color Cylindrical-coordinate representation of color #9030A6: hue angle of 288.81º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9030A6 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 48 166 -
CMYK 0.13 0.71 0 0.35
HSL 288.81º 0.55% 0.42% -
HSV(B) 288.81º 0.71% 0.65% -
XYZ 19.44 10.8 37.14 -
YUV 90.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 144 48 166 0.13 0.71 0 0.35 288.81 0.55 0.42
Hex 90 30 A6 D 47 0 23 121 37 2A
Octal 220 60 246 15 107 0 43 441 67 52
Binary 10010000 110000 10100110 1101 1000111 0 100011 100100001 110111 101010

Color Harmonies of #9030A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9030A6

Black with #9030A6

Text Example


Text Example

White with #9030A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,48,166); }

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

background-color css

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

 a { background-color: rgb(144,48,166); }

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

border-color css

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

 span { border-color: rgb(144,48,166); }

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