Html Css Color HEX #962C7B Dark Purple

📋 copy color: '#962C7B'

red 150 ◦ green 44 ◦ blue 123

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

Shades of Dark Purple #962C7B

Tints of Dark Purple #962C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 47.32%
G = 13.88%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#962C7B (or 0x962C7B) is known color: Dark Purple. HEX triplet: 96, 2C and 7B. RGB value is (150,44,123). Sum of RGB (Red+Green+Blue) = 150+44+123=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #962C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C7B is #69D384. Grayscale: #545454. Windows color (decimal): -6935429 or 8072342. OLE color: 8072342.

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

Color convert

RGB 150 44 123 -
CMYK 0 0.71 0.18 0.41
HSL 315.28º 0.55% 0.38% -
HSV(B) 315.28º 0.71% 0.59% -
XYZ 17.05 9.72 19.72 -
YUV 84.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 150 44 123 0 0.71 0.18 0.41 315.28 0.55 0.38
Hex 96 2C 7B 0 47 12 29 13B 37 26
Octal 226 54 173 0 107 22 51 473 67 46
Binary 10010110 101100 1111011 0 1000111 10010 101001 100111011 110111 100110

Color Harmonies of #962C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C7B

Black with #962C7B

Text Example


Text Example

White with #962C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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