Html Css Color HEX #962B6D Dark Purple

📋 copy color: '#962B6D'

red 150 ◦ green 43 ◦ blue 109

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

Shades of Dark Purple #962B6D

Tints of Dark Purple #962B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

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

R = 49.67%
G = 14.24%
B = 36.09%

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

#962B6D (or 0x962B6D) is known color: Dark Purple. HEX triplet: 96, 2B and 6D. RGB value is (150,43,109). Sum of RGB (Red+Green+Blue) = 150+43+109=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B6D is #69D492. Grayscale: #525252. Windows color (decimal): -6935699 or 7154582. OLE color: 7154582.

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

Color convert

RGB 150 43 109 -
CMYK 0 0.71 0.27 0.41
HSL 322.99º 0.55% 0.38% -
HSV(B) 322.99º 0.71% 0.59% -
XYZ 16.2 9.32 15.41 -
YUV 82.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 150 43 109 0 0.71 0.27 0.41 322.99 0.55 0.38
Hex 96 2B 6D 0 47 1B 29 143 37 26
Octal 226 53 155 0 107 33 51 503 67 46
Binary 10010110 101011 1101101 0 1000111 11011 101001 101000011 110111 100110

Color Harmonies of #962B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B6D

Black with #962B6D

Text Example


Text Example

White with #962B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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