Html Css Color HEX #9A1083 Dark Purple

📋 copy color: '#9A1083'

red 154 ◦ green 16 ◦ blue 131

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

Shades of Dark Purple #9A1083

Tints of Dark Purple #9A1083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 51.16%
G = 5.32%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#9A1083 (or 0x9A1083) is known color: Dark Purple. HEX triplet: 9A, 10 and 83. RGB value is (154,16,131). Sum of RGB (Red+Green+Blue) = 154+16+131=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1083 is #65EF7C. Grayscale: #464646. Windows color (decimal): -6680445 or 8589466. OLE color: 8589466.

HSL color Cylindrical-coordinate representation of color #9A1083: hue angle of 310º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1083 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 131 -
CMYK 0 0.90 0.15 0.40
HSL 310º 0.81% 0.33% -
HSV(B) 310º 0.9% 0.6% -
XYZ 17.61 8.88 22.26 -
YUV 70.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 154 16 131 0 0.90 0.15 0.40 310 0.81 0.33
Hex 9A 10 83 0 5A F 28 136 51 21
Octal 232 20 203 0 132 17 50 466 121 41
Binary 10011010 10000 10000011 0 1011010 1111 101000 100110110 1010001 100001

Color Harmonies of #9A1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1083

Black with #9A1083

Text Example


Text Example

White with #9A1083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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