Html Css Color HEX #962B8D Dark Purple

📋 copy color: '#962B8D'

red 150 ◦ green 43 ◦ blue 141

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

Shades of Dark Purple #962B8D

Tints of Dark Purple #962B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 44.91%
G = 12.87%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#962B8D (or 0x962B8D) is known color: Dark Purple. HEX triplet: 96, 2B and 8D. RGB value is (150,43,141). Sum of RGB (Red+Green+Blue) = 150+43+141=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #962B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B8D is #69D472. Grayscale: #555555. Windows color (decimal): -6935667 or 9251734. OLE color: 9251734.

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

Color convert

RGB 150 43 141 -
CMYK 0 0.71 0.06 0.41
HSL 305.05º 0.55% 0.38% -
HSV(B) 305.05º 0.71% 0.59% -
XYZ 18.25 10.13 26.19 -
YUV 86.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 150 43 141 0 0.71 0.06 0.41 305.05 0.55 0.38
Hex 96 2B 8D 0 47 6 29 131 37 26
Octal 226 53 215 0 107 6 51 461 67 46
Binary 10010110 101011 10001101 0 1000111 110 101001 100110001 110111 100110

Color Harmonies of #962B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B8D

Black with #962B8D

Text Example


Text Example

White with #962B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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