Html Css Color HEX #9A1ADC Blue Violet

📋 copy color: '#9A1ADC'

red 154 ◦ green 26 ◦ blue 220

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

Shades of Blue Violet #9A1ADC

Tints of Blue Violet #9A1ADC

RGB

 RED value IS 154 (60.55% from 255) = 38.5%

 GREEN value IS 26 (10.55% from 255) = 6.5%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 38.5%
G = 6.5%
B = 55%

CMYK

 C value IS 0.3

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A1ADC (or 0x9A1ADC) is known color: Blue Violet. HEX triplet: 9A, 1A and DC. RGB value is (154,26,220). Sum of RGB (Red+Green+Blue) = 154+26+220=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A1ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ADC is #65E523. Grayscale: #555555. Windows color (decimal): -6677796 or 14424730. OLE color: 14424730.

HSL color Cylindrical-coordinate representation of color #9A1ADC: hue angle of 279.59º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1ADC is Cyan = 0.3, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 26 220 -
CMYK 0.3 0.88 0 0.14
HSL 279.59º 0.79% 0.48% -
HSV(B) 279.59º 0.88% 0.86% -
XYZ 26.61 12.78 68.77 -
YUV 86.39 203.41 176.23 -
System Red Green Blue C M Y K H S L
Decimal 154 26 220 0.3 0.88 0 0.14 279.59 0.79 0.48
Hex 9A 1A DC 1E 58 0 E 118 4F 30
Octal 232 32 334 36 130 0 16 430 117 60
Binary 10011010 11010 11011100 11110 1011000 0 1110 100011000 1001111 110000

Color Harmonies of #9A1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1ADC

Black with #9A1ADC

Text Example


Text Example

White with #9A1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1ADC; }

 p { color: rgb(154,26,220); }

 H1.HeaderClassName
 {
   color: #9A1ADC;
 }
 .AnyTagClassName
 {
   color: #9A1ADC;
 }
</style>

background-color css

<style>
 a { background-color: #9A1ADC; }

 a { background-color: rgb(154,26,220); }

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

border-color css

<style>
 span { border-color: #9A1ADC; }

 span { border-color: rgb(154,26,220); }

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