Html Css Color HEX #95268F Dark Purple

📋 copy color: '#95268F'

red 149 ◦ green 38 ◦ blue 143

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

Shades of Dark Purple #95268F

Tints of Dark Purple #95268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 45.15%
G = 11.52%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95268F (or 0x95268F) is known color: Dark Purple. HEX triplet: 95, 26 and 8F. RGB value is (149,38,143). Sum of RGB (Red+Green+Blue) = 149+38+143=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95268F is #6AD970. Grayscale: #525252. Windows color (decimal): -7002481 or 9381525. OLE color: 9381525.

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

Color convert

RGB 149 38 143 -
CMYK 0 0.74 0.04 0.42
HSL 303.24º 0.59% 0.37% -
HSV(B) 303.24º 0.74% 0.58% -
XYZ 18.05 9.76 26.92 -
YUV 83.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 149 38 143 0 0.74 0.04 0.42 303.24 0.59 0.37
Hex 95 26 8F 0 4A 4 2A 12F 3B 25
Octal 225 46 217 0 112 4 52 457 73 45
Binary 10010101 100110 10001111 0 1001010 100 101010 100101111 111011 100101

Color Harmonies of #95268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95268F

Black with #95268F

Text Example


Text Example

White with #95268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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