Html Css Color HEX #962D75 Dark Purple

📋 copy color: '#962D75'

red 150 ◦ green 45 ◦ blue 117

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

Shades of Dark Purple #962D75

Tints of Dark Purple #962D75

RGB

 RED value IS 150 (58.98% from 255) = 48.08%

 GREEN value IS 45 (17.97% from 255) = 14.42%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 48.08%
G = 14.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#962D75 (or 0x962D75) is known color: Dark Purple. HEX triplet: 96, 2D and 75. RGB value is (150,45,117). Sum of RGB (Red+Green+Blue) = 150+45+117=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #962D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D75 is #69D28A. Grayscale: #545454. Windows color (decimal): -6935179 or 7679382. OLE color: 7679382.

HSL color Cylindrical-coordinate representation of color #962D75: hue angle of 318.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D75 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 117 -
CMYK 0 0.70 0.22 0.41
HSL 318.86º 0.54% 0.38% -
HSV(B) 318.86º 0.7% 0.59% -
XYZ 16.73 9.65 17.81 -
YUV 84.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 150 45 117 0 0.70 0.22 0.41 318.86 0.54 0.38
Hex 96 2D 75 0 46 16 29 13F 36 26
Octal 226 55 165 0 106 26 51 477 66 46
Binary 10010110 101101 1110101 0 1000110 10110 101001 100111111 110110 100110

Color Harmonies of #962D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D75

Black with #962D75

Text Example


Text Example

White with #962D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962D75; }

 p { color: rgb(150,45,117); }

 H1.HeaderClassName
 {
   color: #962D75;
 }
 .AnyTagClassName
 {
   color: #962D75;
 }
</style>

background-color css

<style>
 a { background-color: #962D75; }

 a { background-color: rgb(150,45,117); }

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

border-color css

<style>
 span { border-color: #962D75; }

 span { border-color: rgb(150,45,117); }

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