Html Css Color HEX #962D8B Dark Purple

📋 copy color: '#962D8B'

red 150 ◦ green 45 ◦ blue 139

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

Shades of Dark Purple #962D8B

Tints of Dark Purple #962D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 44.91%
G = 13.47%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#962D8B (or 0x962D8B) is known color: Dark Purple. HEX triplet: 96, 2D and 8B. RGB value is (150,45,139). Sum of RGB (Red+Green+Blue) = 150+45+139=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #962D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D8B is #69D274. Grayscale: #565656. Windows color (decimal): -6935157 or 9121174. OLE color: 9121174.

HSL color Cylindrical-coordinate representation of color #962D8B: hue angle of 306.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D8B is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 139 -
CMYK 0 0.70 0.07 0.41
HSL 306.29º 0.54% 0.38% -
HSV(B) 306.29º 0.7% 0.59% -
XYZ 18.18 10.22 25.44 -
YUV 87.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 150 45 139 0 0.70 0.07 0.41 306.29 0.54 0.38
Hex 96 2D 8B 0 46 7 29 132 36 26
Octal 226 55 213 0 106 7 51 462 66 46
Binary 10010110 101101 10001011 0 1000110 111 101001 100110010 110110 100110

Color Harmonies of #962D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D8B

Black with #962D8B

Text Example


Text Example

White with #962D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,45,139); }

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

background-color css

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

 a { background-color: rgb(150,45,139); }

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

border-color css

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

 span { border-color: rgb(150,45,139); }

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