Html Css Color HEX #973883 Dark Purple

📋 copy color: '#973883'

red 151 ◦ green 56 ◦ blue 131

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

Shades of Dark Purple #973883

Tints of Dark Purple #973883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 44.67%
G = 16.57%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#973883 (or 0x973883) is known color: Dark Purple. HEX triplet: 97, 38 and 83. RGB value is (151,56,131). Sum of RGB (Red+Green+Blue) = 151+56+131=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #973883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973883 is #68C77C. Grayscale: #5C5C5C. Windows color (decimal): -6866813 or 8599703. OLE color: 8599703.

HSL color Cylindrical-coordinate representation of color #973883: hue angle of 312.63º 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 #973883 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 56 131 -
CMYK 0 0.63 0.13 0.41
HSL 312.63º 0.46% 0.41% -
HSV(B) 312.63º 0.63% 0.59% -
XYZ 18.27 11.05 22.64 -
YUV 92.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 151 56 131 0 0.63 0.13 0.41 312.63 0.46 0.41
Hex 97 38 83 0 3F D 29 139 2E 29
Octal 227 70 203 0 77 15 51 471 56 51
Binary 10010111 111000 10000011 0 111111 1101 101001 100111001 101110 101001

Color Harmonies of #973883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973883

Black with #973883

Text Example


Text Example

White with #973883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973883; }

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

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

background-color css

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

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

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

border-color css

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

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

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