Html Css Color HEX #9A257B Dark Purple

📋 copy color: '#9A257B'

red 154 ◦ green 37 ◦ blue 123

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

Shades of Dark Purple #9A257B

Tints of Dark Purple #9A257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 49.04%
G = 11.78%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#9A257B (or 0x9A257B) is known color: Dark Purple. HEX triplet: 9A, 25 and 7B. RGB value is (154,37,123). Sum of RGB (Red+Green+Blue) = 154+37+123=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A257B is #65DA84. Grayscale: #515151. Windows color (decimal): -6675077 or 8070554. OLE color: 8070554.

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

Color convert

RGB 154 37 123 -
CMYK 0 0.76 0.20 0.40
HSL 315.9º 0.61% 0.37% -
HSV(B) 315.9º 0.76% 0.6% -
XYZ 17.56 9.62 19.67 -
YUV 81.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 154 37 123 0 0.76 0.20 0.40 315.9 0.61 0.37
Hex 9A 25 7B 0 4C 14 28 13C 3D 25
Octal 232 45 173 0 114 24 50 474 75 45
Binary 10011010 100101 1111011 0 1001100 10100 101000 100111100 111101 100101

Color Harmonies of #9A257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A257B

Black with #9A257B

Text Example


Text Example

White with #9A257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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