Html Css Color HEX #96427B Dark Purple

📋 copy color: '#96427B'

red 150 ◦ green 66 ◦ blue 123

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

Shades of Dark Purple #96427B

Tints of Dark Purple #96427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 44.25%
G = 19.47%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96427B (or 0x96427B) is known color: Dark Purple. HEX triplet: 96, 42 and 7B. RGB value is (150,66,123). Sum of RGB (Red+Green+Blue) = 150+66+123=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96427B is #69BD84. Grayscale: #616161. Windows color (decimal): -6929797 or 8077974. OLE color: 8077974.

HSL color Cylindrical-coordinate representation of color #96427B: hue angle of 319.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96427B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 66 123 -
CMYK 0 0.56 0.18 0.41
HSL 319.29º 0.39% 0.42% -
HSV(B) 319.29º 0.56% 0.59% -
XYZ 18.1 11.81 20.06 -
YUV 97.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 150 66 123 0 0.56 0.18 0.41 319.29 0.39 0.42
Hex 96 42 7B 0 38 12 29 13F 27 2A
Octal 226 102 173 0 70 22 51 477 47 52
Binary 10010110 1000010 1111011 0 111000 10010 101001 100111111 100111 101010

Color Harmonies of #96427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96427B

Black with #96427B

Text Example


Text Example

White with #96427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96427B; }

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

 H1.HeaderClassName
 {
   color: #96427B;
 }
 .AnyTagClassName
 {
   color: #96427B;
 }
</style>

background-color css

<style>
 a { background-color: #96427B; }

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

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

border-color css

<style>
 span { border-color: #96427B; }

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

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