Html Css Color HEX #9A3488 Dark Purple

📋 copy color: '#9A3488'

red 154 ◦ green 52 ◦ blue 136

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

Shades of Dark Purple #9A3488

Tints of Dark Purple #9A3488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 45.03%
G = 15.2%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A3488 (or 0x9A3488) is known color: Dark Purple. HEX triplet: 9A, 34 and 88. RGB value is (154,52,136). Sum of RGB (Red+Green+Blue) = 154+52+136=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3488 is #65CB77. Grayscale: #5B5B5B. Windows color (decimal): -6671224 or 8926362. OLE color: 8926362.

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

Color convert

RGB 154 52 136 -
CMYK 0 0.66 0.12 0.40
HSL 310.59º 0.5% 0.4% -
HSV(B) 310.59º 0.66% 0.6% -
XYZ 19 11.1 24.43 -
YUV 92.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 154 52 136 0 0.66 0.12 0.40 310.59 0.5 0.4
Hex 9A 34 88 0 42 C 28 137 32 28
Octal 232 64 210 0 102 14 50 467 62 50
Binary 10011010 110100 10001000 0 1000010 1100 101000 100110111 110010 101000

Color Harmonies of #9A3488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3488

Black with #9A3488

Text Example


Text Example

White with #9A3488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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