Html Css Color HEX #962687 Dark Purple

📋 copy color: '#962687'

red 150 ◦ green 38 ◦ blue 135

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

Shades of Dark Purple #962687

Tints of Dark Purple #962687

RGB

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

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

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

R = 46.44%
G = 11.76%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#962687 (or 0x962687) is known color: Dark Purple. HEX triplet: 96, 26 and 87. RGB value is (150,38,135). Sum of RGB (Red+Green+Blue) = 150+38+135=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962687 is #69D978. Grayscale: #525252. Windows color (decimal): -6936953 or 8857238. OLE color: 8857238.

HSL color Cylindrical-coordinate representation of color #962687: hue angle of 308.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962687 is Cyan = 0, Magento = 0.75, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 135 -
CMYK 0 0.75 0.1 0.41
HSL 308.04º 0.6% 0.37% -
HSV(B) 308.04º 0.75% 0.59% -
XYZ 17.64 9.62 23.85 -
YUV 82.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 150 38 135 0 0.75 0.1 0.41 308.04 0.6 0.37
Hex 96 26 87 0 4B A 29 134 3C 25
Octal 226 46 207 0 113 12 51 464 74 45
Binary 10010110 100110 10000111 0 1001011 1010 101001 100110100 111100 100101

Color Harmonies of #962687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962687

Black with #962687

Text Example


Text Example

White with #962687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962687; }

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

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

background-color css

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

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

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

border-color css

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

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

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