Html Css Color HEX #9A378A Dark Purple

📋 copy color: '#9A378A'

red 154 ◦ green 55 ◦ blue 138

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

Shades of Dark Purple #9A378A

Tints of Dark Purple #9A378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 44.38%
G = 15.85%
B = 39.77%

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

#9A378A (or 0x9A378A) is known color: Dark Purple. HEX triplet: 9A, 37 and 8A. RGB value is (154,55,138). Sum of RGB (Red+Green+Blue) = 154+55+138=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A378A is #65C875. Grayscale: #5D5D5D. Windows color (decimal): -6670454 or 9058202. OLE color: 9058202.

HSL color Cylindrical-coordinate representation of color #9A378A: hue angle of 309.7º 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 #9A378A is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 55 138 -
CMYK 0 0.64 0.10 0.40
HSL 309.7º 0.47% 0.41% -
HSV(B) 309.7º 0.64% 0.6% -
XYZ 19.28 11.44 25.24 -
YUV 94.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 154 55 138 0 0.64 0.10 0.40 309.7 0.47 0.41
Hex 9A 37 8A 0 40 A 28 136 2F 29
Octal 232 67 212 0 100 12 50 466 57 51
Binary 10011010 110111 10001010 0 1000000 1010 101000 100110110 101111 101001

Color Harmonies of #9A378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A378A

Black with #9A378A

Text Example


Text Example

White with #9A378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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