Html Css Color HEX #9A258F Dark Purple

📋 copy color: '#9A258F'

red 154 ◦ green 37 ◦ blue 143

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

Shades of Dark Purple #9A258F

Tints of Dark Purple #9A258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 46.11%
G = 11.08%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#9A258F (or 0x9A258F) is known color: Dark Purple. HEX triplet: 9A, 25 and 8F. RGB value is (154,37,143). Sum of RGB (Red+Green+Blue) = 154+37+143=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A258F is #65DA70. Grayscale: #535353. Windows color (decimal): -6675057 or 9381274. OLE color: 9381274.

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

Color convert

RGB 154 37 143 -
CMYK 0 0.76 0.07 0.40
HSL 305.64º 0.61% 0.37% -
HSV(B) 305.64º 0.76% 0.6% -
XYZ 18.95 10.18 26.95 -
YUV 84.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 154 37 143 0 0.76 0.07 0.40 305.64 0.61 0.37
Hex 9A 25 8F 0 4C 7 28 132 3D 25
Octal 232 45 217 0 114 7 50 462 75 45
Binary 10011010 100101 10001111 0 1001100 111 101000 100110010 111101 100101

Color Harmonies of #9A258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A258F

Black with #9A258F

Text Example


Text Example

White with #9A258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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