Html Css Color HEX #952B7A Dark Purple

📋 copy color: '#952B7A'

red 149 ◦ green 43 ◦ blue 122

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

Shades of Dark Purple #952B7A

Tints of Dark Purple #952B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 47.45%
G = 13.69%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#952B7A (or 0x952B7A) is known color: Dark Purple. HEX triplet: 95, 2B and 7A. RGB value is (149,43,122). Sum of RGB (Red+Green+Blue) = 149+43+122=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B7A is #6AD485. Grayscale: #535353. Windows color (decimal): -7001222 or 8006549. OLE color: 8006549.

HSL color Cylindrical-coordinate representation of color #952B7A: hue angle of 315.28º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B7A is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 122 -
CMYK 0 0.71 0.18 0.42
HSL 315.28º 0.55% 0.38% -
HSV(B) 315.28º 0.71% 0.58% -
XYZ 16.77 9.52 19.37 -
YUV 83.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 149 43 122 0 0.71 0.18 0.42 315.28 0.55 0.38
Hex 95 2B 7A 0 47 12 2A 13B 37 26
Octal 225 53 172 0 107 22 52 473 67 46
Binary 10010101 101011 1111010 0 1000111 10010 101010 100111011 110111 100110

Color Harmonies of #952B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B7A

Black with #952B7A

Text Example


Text Example

White with #952B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B7A; }

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

 H1.HeaderClassName
 {
   color: #952B7A;
 }
 .AnyTagClassName
 {
   color: #952B7A;
 }
</style>

background-color css

<style>
 a { background-color: #952B7A; }

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

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

border-color css

<style>
 span { border-color: #952B7A; }

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

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