Html Css Color HEX #96368B Dark Purple

📋 copy color: '#96368B'

red 150 ◦ green 54 ◦ blue 139

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

Shades of Dark Purple #96368B

Tints of Dark Purple #96368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 43.73%
G = 15.74%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96368B (or 0x96368B) is known color: Dark Purple. HEX triplet: 96, 36 and 8B. RGB value is (150,54,139). Sum of RGB (Red+Green+Blue) = 150+54+139=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96368B is #69C974. Grayscale: #5C5C5C. Windows color (decimal): -6932853 or 9123478. OLE color: 9123478.

HSL color Cylindrical-coordinate representation of color #96368B: hue angle of 306.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96368B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 139 -
CMYK 0 0.64 0.07 0.41
HSL 306.88º 0.47% 0.4% -
HSV(B) 306.88º 0.64% 0.59% -
XYZ 18.56 10.99 25.57 -
YUV 92.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 150 54 139 0 0.64 0.07 0.41 306.88 0.47 0.4
Hex 96 36 8B 0 40 7 29 133 2F 28
Octal 226 66 213 0 100 7 51 463 57 50
Binary 10010110 110110 10001011 0 1000000 111 101001 100110011 101111 101000

Color Harmonies of #96368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96368B

Black with #96368B

Text Example


Text Example

White with #96368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,54,139); }

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

background-color css

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

 a { background-color: rgb(150,54,139); }

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

border-color css

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

 span { border-color: rgb(150,54,139); }

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