Html Css Color HEX #973885 Dark Purple

📋 copy color: '#973885'

red 151 ◦ green 56 ◦ blue 133

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

Shades of Dark Purple #973885

Tints of Dark Purple #973885

RGB

 RED value IS 151 (59.38% from 255) = 44.41%

 GREEN value IS 56 (22.27% from 255) = 16.47%

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 44.41%
G = 16.47%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#973885 (or 0x973885) is known color: Dark Purple. HEX triplet: 97, 38 and 85. RGB value is (151,56,133). Sum of RGB (Red+Green+Blue) = 151+56+133=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #973885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973885 is #68C77A. Grayscale: #5C5C5C. Windows color (decimal): -6866811 or 8730775. OLE color: 8730775.

HSL color Cylindrical-coordinate representation of color #973885: hue angle of 311.37º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973885 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 56 133 -
CMYK 0 0.63 0.12 0.41
HSL 311.37º 0.46% 0.41% -
HSV(B) 311.37º 0.63% 0.59% -
XYZ 18.41 11.1 23.36 -
YUV 93.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 151 56 133 0 0.63 0.12 0.41 311.37 0.46 0.41
Hex 97 38 85 0 3F C 29 137 2E 29
Octal 227 70 205 0 77 14 51 467 56 51
Binary 10010111 111000 10000101 0 111111 1100 101001 100110111 101110 101001

Color Harmonies of #973885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973885

Black with #973885

Text Example


Text Example

White with #973885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973885; }

 p { color: rgb(151,56,133); }

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

background-color css

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

 a { background-color: rgb(151,56,133); }

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

border-color css

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

 span { border-color: rgb(151,56,133); }

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