Html Css Color HEX #962680 Dark Purple

📋 copy color: '#962680'

red 150 ◦ green 38 ◦ blue 128

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

Shades of Dark Purple #962680

Tints of Dark Purple #962680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 47.47%
G = 12.03%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#962680 (or 0x962680) is known color: Dark Purple. HEX triplet: 96, 26 and 80. RGB value is (150,38,128). Sum of RGB (Red+Green+Blue) = 150+38+128=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #962680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962680 is #69D97F. Grayscale: #515151. Windows color (decimal): -6936960 or 8398486. OLE color: 8398486.

HSL color Cylindrical-coordinate representation of color #962680: hue angle of 311.79º 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 #962680 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 128 -
CMYK 0 0.75 0.15 0.41
HSL 311.79º 0.6% 0.37% -
HSV(B) 311.79º 0.75% 0.59% -
XYZ 17.17 9.43 21.34 -
YUV 81.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 150 38 128 0 0.75 0.15 0.41 311.79 0.6 0.37
Hex 96 26 80 0 4B F 29 138 3C 25
Octal 226 46 200 0 113 17 51 470 74 45
Binary 10010110 100110 10000000 0 1001011 1111 101001 100111000 111100 100101

Color Harmonies of #962680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962680

Black with #962680

Text Example


Text Example

White with #962680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962680; }

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

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

background-color css

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

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

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

border-color css

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

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

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