Html Css Color HEX #962C6D Dark Purple

📋 copy color: '#962C6D'

red 150 ◦ green 44 ◦ blue 109

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

Shades of Dark Purple #962C6D

Tints of Dark Purple #962C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 49.5%
G = 14.52%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#962C6D (or 0x962C6D) is known color: Dark Purple. HEX triplet: 96, 2C and 6D. RGB value is (150,44,109). Sum of RGB (Red+Green+Blue) = 150+44+109=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C6D is #69D392. Grayscale: #525252. Windows color (decimal): -6935443 or 7154838. OLE color: 7154838.

HSL color Cylindrical-coordinate representation of color #962C6D: hue angle of 323.21º 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 #962C6D is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 109 -
CMYK 0 0.71 0.27 0.41
HSL 323.21º 0.55% 0.38% -
HSV(B) 323.21º 0.71% 0.59% -
XYZ 16.24 9.39 15.42 -
YUV 83.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 150 44 109 0 0.71 0.27 0.41 323.21 0.55 0.38
Hex 96 2C 6D 0 47 1B 29 143 37 26
Octal 226 54 155 0 107 33 51 503 67 46
Binary 10010110 101100 1101101 0 1000111 11011 101001 101000011 110111 100110

Color Harmonies of #962C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C6D

Black with #962C6D

Text Example


Text Example

White with #962C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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