Html Css Color HEX #962B7A Dark Purple

📋 copy color: '#962B7A'

red 150 ◦ green 43 ◦ blue 122

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

Shades of Dark Purple #962B7A

Tints of Dark Purple #962B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 47.62%
G = 13.65%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#962B7A (or 0x962B7A) is known color: Dark Purple. HEX triplet: 96, 2B and 7A. RGB value is (150,43,122). Sum of RGB (Red+Green+Blue) = 150+43+122=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #962B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B7A is #69D485. Grayscale: #535353. Windows color (decimal): -6935686 or 8006550. OLE color: 8006550.

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

Color convert

RGB 150 43 122 -
CMYK 0 0.71 0.19 0.41
HSL 315.7º 0.55% 0.38% -
HSV(B) 315.7º 0.71% 0.59% -
XYZ 16.95 9.62 19.38 -
YUV 84 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 150 43 122 0 0.71 0.19 0.41 315.7 0.55 0.38
Hex 96 2B 7A 0 47 13 29 13C 37 26
Octal 226 53 172 0 107 23 51 474 67 46
Binary 10010110 101011 1111010 0 1000111 10011 101001 100111100 110111 100110

Color Harmonies of #962B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B7A

Black with #962B7A

Text Example


Text Example

White with #962B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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