Html Css Color HEX #952B7B Dark Purple

📋 copy color: '#952B7B'

red 149 ◦ green 43 ◦ blue 123

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

Shades of Dark Purple #952B7B

Tints of Dark Purple #952B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 47.3%
G = 13.65%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#952B7B (or 0x952B7B) is known color: Dark Purple. HEX triplet: 95, 2B and 7B. RGB value is (149,43,123). Sum of RGB (Red+Green+Blue) = 149+43+123=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B7B is #6AD484. Grayscale: #535353. Windows color (decimal): -7001221 or 8072085. OLE color: 8072085.

HSL color Cylindrical-coordinate representation of color #952B7B: hue angle of 314.72º 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 #952B7B is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 123 -
CMYK 0 0.71 0.17 0.42
HSL 314.72º 0.55% 0.38% -
HSV(B) 314.72º 0.71% 0.58% -
XYZ 16.83 9.55 19.69 -
YUV 83.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 149 43 123 0 0.71 0.17 0.42 314.72 0.55 0.38
Hex 95 2B 7B 0 47 11 2A 13B 37 26
Octal 225 53 173 0 107 21 52 473 67 46
Binary 10010101 101011 1111011 0 1000111 10001 101010 100111011 110111 100110

Color Harmonies of #952B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B7B

Black with #952B7B

Text Example


Text Example

White with #952B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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