Html Css Color HEX #974183 Dark Purple

📋 copy color: '#974183'

red 151 ◦ green 65 ◦ blue 131

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

Shades of Dark Purple #974183

Tints of Dark Purple #974183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 43.52%
G = 18.73%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#974183 (or 0x974183) is known color: Dark Purple. HEX triplet: 97, 41 and 83. RGB value is (151,65,131). Sum of RGB (Red+Green+Blue) = 151+65+131=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #974183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974183 is #68BE7C. Grayscale: #626262. Windows color (decimal): -6864509 or 8602007. OLE color: 8602007.

HSL color Cylindrical-coordinate representation of color #974183: hue angle of 313.95º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974183 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 65 131 -
CMYK 0 0.57 0.13 0.41
HSL 313.95º 0.4% 0.42% -
HSV(B) 313.95º 0.57% 0.59% -
XYZ 18.75 12 22.8 -
YUV 98.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 151 65 131 0 0.57 0.13 0.41 313.95 0.4 0.42
Hex 97 41 83 0 39 D 29 13A 28 2A
Octal 227 101 203 0 71 15 51 472 50 52
Binary 10010111 1000001 10000011 0 111001 1101 101001 100111010 101000 101010

Color Harmonies of #974183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974183

Black with #974183

Text Example


Text Example

White with #974183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974183; }

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

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

background-color css

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

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

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

border-color css

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

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

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