Html Css Color HEX #9A378C Dark Purple

📋 copy color: '#9A378C'

red 154 ◦ green 55 ◦ blue 140

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

Shades of Dark Purple #9A378C

Tints of Dark Purple #9A378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 44.13%
G = 15.76%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#9A378C (or 0x9A378C) is known color: Dark Purple. HEX triplet: 9A, 37 and 8C. RGB value is (154,55,140). Sum of RGB (Red+Green+Blue) = 154+55+140=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A378C is #65C873. Grayscale: #5E5E5E. Windows color (decimal): -6670452 or 9189274. OLE color: 9189274.

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

Color convert

RGB 154 55 140 -
CMYK 0 0.64 0.09 0.40
HSL 308.48º 0.47% 0.41% -
HSV(B) 308.48º 0.64% 0.6% -
XYZ 19.43 11.5 26.01 -
YUV 94.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 154 55 140 0 0.64 0.09 0.40 308.48 0.47 0.41
Hex 9A 37 8C 0 40 9 28 134 2F 29
Octal 232 67 214 0 100 11 50 464 57 51
Binary 10011010 110111 10001100 0 1000000 1001 101000 100110100 101111 101001

Color Harmonies of #9A378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A378C

Black with #9A378C

Text Example


Text Example

White with #9A378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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