Html Css Color HEX #9A1D88 Dark Purple

📋 copy color: '#9A1D88'

red 154 ◦ green 29 ◦ blue 136

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

Shades of Dark Purple #9A1D88

Tints of Dark Purple #9A1D88

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 48.28%
G = 9.09%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A1D88 (or 0x9A1D88) is known color: Dark Purple. HEX triplet: 9A, 1D and 88. RGB value is (154,29,136). Sum of RGB (Red+Green+Blue) = 154+29+136=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1D88 is #65E277. Grayscale: #4E4E4E. Windows color (decimal): -6677112 or 8920474. OLE color: 8920474.

HSL color Cylindrical-coordinate representation of color #9A1D88: hue angle of 308.64º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D88 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 29 136 -
CMYK 0 0.81 0.12 0.40
HSL 308.64º 0.68% 0.36% -
HSV(B) 308.64º 0.81% 0.6% -
XYZ 18.21 9.53 24.17 -
YUV 78.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 154 29 136 0 0.81 0.12 0.40 308.64 0.68 0.36
Hex 9A 1D 88 0 51 C 28 135 44 24
Octal 232 35 210 0 121 14 50 465 104 44
Binary 10011010 11101 10001000 0 1010001 1100 101000 100110101 1000100 100100

Color Harmonies of #9A1D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1D88

Black with #9A1D88

Text Example


Text Example

White with #9A1D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,29,136); }

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

background-color css

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

 a { background-color: rgb(154,29,136); }

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

border-color css

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

 span { border-color: rgb(154,29,136); }

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