Html Css Color HEX #9A388A Dark Purple

📋 copy color: '#9A388A'

red 154 ◦ green 56 ◦ blue 138

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

Shades of Dark Purple #9A388A

Tints of Dark Purple #9A388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 44.25%
G = 16.09%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A388A (or 0x9A388A) is known color: Dark Purple. HEX triplet: 9A, 38 and 8A. RGB value is (154,56,138). Sum of RGB (Red+Green+Blue) = 154+56+138=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A388A is #65C775. Grayscale: #5E5E5E. Windows color (decimal): -6670198 or 9058458. OLE color: 9058458.

HSL color Cylindrical-coordinate representation of color #9A388A: hue angle of 309.8º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A388A is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 56 138 -
CMYK 0 0.64 0.10 0.40
HSL 309.8º 0.47% 0.41% -
HSV(B) 309.8º 0.64% 0.6% -
XYZ 19.33 11.53 25.25 -
YUV 94.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 154 56 138 0 0.64 0.10 0.40 309.8 0.47 0.41
Hex 9A 38 8A 0 40 A 28 136 2F 29
Octal 232 70 212 0 100 12 50 466 57 51
Binary 10011010 111000 10001010 0 1000000 1010 101000 100110110 101111 101001

Color Harmonies of #9A388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A388A

Black with #9A388A

Text Example


Text Example

White with #9A388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,56,138); }

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

background-color css

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

 a { background-color: rgb(154,56,138); }

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

border-color css

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

 span { border-color: rgb(154,56,138); }

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