Html Css Color HEX #96278C Dark Purple

📋 copy color: '#96278C'

red 150 ◦ green 39 ◦ blue 140

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

Shades of Dark Purple #96278C

Tints of Dark Purple #96278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 45.59%
G = 11.85%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96278C (or 0x96278C) is known color: Dark Purple. HEX triplet: 96, 27 and 8C. RGB value is (150,39,140). Sum of RGB (Red+Green+Blue) = 150+39+140=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96278C is #69D873. Grayscale: #535353. Windows color (decimal): -6936692 or 9185174. OLE color: 9185174.

HSL color Cylindrical-coordinate representation of color #96278C: hue angle of 305.41º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96278C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 140 -
CMYK 0 0.74 0.07 0.41
HSL 305.41º 0.59% 0.37% -
HSV(B) 305.41º 0.74% 0.59% -
XYZ 18.04 9.83 25.76 -
YUV 83.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 150 39 140 0 0.74 0.07 0.41 305.41 0.59 0.37
Hex 96 27 8C 0 4A 7 29 131 3B 25
Octal 226 47 214 0 112 7 51 461 73 45
Binary 10010110 100111 10001100 0 1001010 111 101001 100110001 111011 100101

Color Harmonies of #96278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96278C

Black with #96278C

Text Example


Text Example

White with #96278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96278C; }

 p { color: rgb(150,39,140); }

 H1.HeaderClassName
 {
   color: #96278C;
 }
 .AnyTagClassName
 {
   color: #96278C;
 }
</style>

background-color css

<style>
 a { background-color: #96278C; }

 a { background-color: rgb(150,39,140); }

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

border-color css

<style>
 span { border-color: #96278C; }

 span { border-color: rgb(150,39,140); }

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