Html Css Color HEX #962C8E Dark Purple

📋 copy color: '#962C8E'

red 150 ◦ green 44 ◦ blue 142

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

Shades of Dark Purple #962C8E

Tints of Dark Purple #962C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 44.64%
G = 13.1%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#962C8E (or 0x962C8E) is known color: Dark Purple. HEX triplet: 96, 2C and 8E. RGB value is (150,44,142). Sum of RGB (Red+Green+Blue) = 150+44+142=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C8E is #69D371. Grayscale: #565656. Windows color (decimal): -6935410 or 9317526. OLE color: 9317526.

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

Color convert

RGB 150 44 142 -
CMYK 0 0.71 0.05 0.41
HSL 304.53º 0.55% 0.38% -
HSV(B) 304.53º 0.71% 0.59% -
XYZ 18.36 10.24 26.6 -
YUV 86.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 150 44 142 0 0.71 0.05 0.41 304.53 0.55 0.38
Hex 96 2C 8E 0 47 5 29 131 37 26
Octal 226 54 216 0 107 5 51 461 67 46
Binary 10010110 101100 10001110 0 1000111 101 101001 100110001 110111 100110

Color Harmonies of #962C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C8E

Black with #962C8E

Text Example


Text Example

White with #962C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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