Html Css Color HEX #9A2575 Dark Purple

📋 copy color: '#9A2575'

red 154 ◦ green 37 ◦ blue 117

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

Shades of Dark Purple #9A2575

Tints of Dark Purple #9A2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 50%
G = 12.01%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A2575 (or 0x9A2575) is known color: Dark Purple. HEX triplet: 9A, 25 and 75. RGB value is (154,37,117). Sum of RGB (Red+Green+Blue) = 154+37+117=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2575 is #65DA8A. Grayscale: #505050. Windows color (decimal): -6675083 or 7677338. OLE color: 7677338.

HSL color Cylindrical-coordinate representation of color #9A2575: hue angle of 318.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2575 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 37 117 -
CMYK 0 0.76 0.24 0.40
HSL 318.97º 0.61% 0.37% -
HSV(B) 318.97º 0.76% 0.6% -
XYZ 17.2 9.48 17.75 -
YUV 81.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 154 37 117 0 0.76 0.24 0.40 318.97 0.61 0.37
Hex 9A 25 75 0 4C 18 28 13F 3D 25
Octal 232 45 165 0 114 30 50 477 75 45
Binary 10011010 100101 1110101 0 1001100 11000 101000 100111111 111101 100101

Color Harmonies of #9A2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2575

Black with #9A2575

Text Example


Text Example

White with #9A2575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,37,117); }

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

background-color css

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

 a { background-color: rgb(154,37,117); }

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

border-color css

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

 span { border-color: rgb(154,37,117); }

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