Html Css Color HEX #962C87 Dark Purple

📋 copy color: '#962C87'

red 150 ◦ green 44 ◦ blue 135

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

Shades of Dark Purple #962C87

Tints of Dark Purple #962C87

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.37%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 45.59%
G = 13.37%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#962C87 (or 0x962C87) is known color: Dark Purple. HEX triplet: 96, 2C and 87. RGB value is (150,44,135). Sum of RGB (Red+Green+Blue) = 150+44+135=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #962C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C87 is #69D378. Grayscale: #555555. Windows color (decimal): -6935417 or 8858774. OLE color: 8858774.

HSL color Cylindrical-coordinate representation of color #962C87: hue angle of 308.49º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C87 is Cyan = 0, Magento = 0.71, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 135 -
CMYK 0 0.71 0.1 0.41
HSL 308.49º 0.55% 0.38% -
HSV(B) 308.49º 0.71% 0.59% -
XYZ 17.85 10.03 23.92 -
YUV 86.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 150 44 135 0 0.71 0.1 0.41 308.49 0.55 0.38
Hex 96 2C 87 0 47 A 29 134 37 26
Octal 226 54 207 0 107 12 51 464 67 46
Binary 10010110 101100 10000111 0 1000111 1010 101001 100110100 110111 100110

Color Harmonies of #962C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C87

Black with #962C87

Text Example


Text Example

White with #962C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,44,135); }

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

background-color css

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

 a { background-color: rgb(150,44,135); }

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

border-color css

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

 span { border-color: rgb(150,44,135); }

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