Html Css Color HEX #95258F Dark Purple

📋 copy color: '#95258F'

red 149 ◦ green 37 ◦ blue 143

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

Shades of Dark Purple #95258F

Tints of Dark Purple #95258F

RGB

 RED value IS 149 (58.59% from 255) = 45.29%

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

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

R = 45.29%
G = 11.25%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95258F (or 0x95258F) is known color: Dark Purple. HEX triplet: 95, 25 and 8F. RGB value is (149,37,143). Sum of RGB (Red+Green+Blue) = 149+37+143=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95258F is #6ADA70. Grayscale: #525252. Windows color (decimal): -7002737 or 9381269. OLE color: 9381269.

HSL color Cylindrical-coordinate representation of color #95258F: hue angle of 303.21º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95258F is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 143 -
CMYK 0 0.75 0.04 0.42
HSL 303.21º 0.6% 0.36% -
HSV(B) 303.21º 0.75% 0.58% -
XYZ 18.01 9.7 26.91 -
YUV 82.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 149 37 143 0 0.75 0.04 0.42 303.21 0.6 0.36
Hex 95 25 8F 0 4B 4 2A 12F 3C 24
Octal 225 45 217 0 113 4 52 457 74 44
Binary 10010101 100101 10001111 0 1001011 100 101010 100101111 111100 100100

Color Harmonies of #95258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95258F

Black with #95258F

Text Example


Text Example

White with #95258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95258F; }

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

 H1.HeaderClassName
 {
   color: #95258F;
 }
 .AnyTagClassName
 {
   color: #95258F;
 }
</style>

background-color css

<style>
 a { background-color: #95258F; }

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

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

border-color css

<style>
 span { border-color: #95258F; }

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

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