Html Css Color HEX #95267A Dark Purple

📋 copy color: '#95267A'

red 149 ◦ green 38 ◦ blue 122

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

Shades of Dark Purple #95267A

Tints of Dark Purple #95267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 48.22%
G = 12.3%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95267A (or 0x95267A) is known color: Dark Purple. HEX triplet: 95, 26 and 7A. RGB value is (149,38,122). Sum of RGB (Red+Green+Blue) = 149+38+122=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95267A is #6AD985. Grayscale: #505050. Windows color (decimal): -7002502 or 8005269. OLE color: 8005269.

HSL color Cylindrical-coordinate representation of color #95267A: hue angle of 314.59º 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 #95267A is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 122 -
CMYK 0 0.74 0.18 0.42
HSL 314.59º 0.59% 0.37% -
HSV(B) 314.59º 0.74% 0.58% -
XYZ 16.6 9.18 19.31 -
YUV 80.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 149 38 122 0 0.74 0.18 0.42 314.59 0.59 0.37
Hex 95 26 7A 0 4A 12 2A 13B 3B 25
Octal 225 46 172 0 112 22 52 473 73 45
Binary 10010101 100110 1111010 0 1001010 10010 101010 100111011 111011 100101

Color Harmonies of #95267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95267A

Black with #95267A

Text Example


Text Example

White with #95267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95267A; }

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

 H1.HeaderClassName
 {
   color: #95267A;
 }
 .AnyTagClassName
 {
   color: #95267A;
 }
</style>

background-color css

<style>
 a { background-color: #95267A; }

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

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

border-color css

<style>
 span { border-color: #95267A; }

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

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