Html Css Color HEX #9A1683 Dark Purple

📋 copy color: '#9A1683'

red 154 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #9A1683

Tints of Dark Purple #9A1683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 50.16%
G = 7.17%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#9A1683 (or 0x9A1683) is known color: Dark Purple. HEX triplet: 9A, 16 and 83. RGB value is (154,22,131). Sum of RGB (Red+Green+Blue) = 154+22+131=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1683 is #65E97C. Grayscale: #494949. Windows color (decimal): -6678909 or 8591002. OLE color: 8591002.

HSL color Cylindrical-coordinate representation of color #9A1683: hue angle of 310.45º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1683 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 22 131 -
CMYK 0 0.86 0.15 0.40
HSL 310.45º 0.75% 0.35% -
HSV(B) 310.45º 0.86% 0.6% -
XYZ 17.71 9.08 22.29 -
YUV 73.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 154 22 131 0 0.86 0.15 0.40 310.45 0.75 0.35
Hex 9A 16 83 0 56 F 28 136 4B 23
Octal 232 26 203 0 126 17 50 466 113 43
Binary 10011010 10110 10000011 0 1010110 1111 101000 100110110 1001011 100011

Color Harmonies of #9A1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1683

Black with #9A1683

Text Example


Text Example

White with #9A1683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,22,131); }

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

background-color css

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

 a { background-color: rgb(154,22,131); }

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

border-color css

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

 span { border-color: rgb(154,22,131); }

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