Html Css Color HEX #97238C Dark Purple

📋 copy color: '#97238C'

red 151 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #97238C

Tints of Dark Purple #97238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 46.32%
G = 10.74%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97238C (or 0x97238C) is known color: Dark Purple. HEX triplet: 97, 23 and 8C. RGB value is (151,35,140). Sum of RGB (Red+Green+Blue) = 151+35+140=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97238C is #68DC73. Grayscale: #515151. Windows color (decimal): -6872180 or 9184151. OLE color: 9184151.

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

Color convert

RGB 151 35 140 -
CMYK 0 0.77 0.07 0.41
HSL 305.69º 0.62% 0.36% -
HSV(B) 305.69º 0.77% 0.59% -
XYZ 18.1 9.67 25.72 -
YUV 81.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 151 35 140 0 0.77 0.07 0.41 305.69 0.62 0.36
Hex 97 23 8C 0 4D 7 29 132 3E 24
Octal 227 43 214 0 115 7 51 462 76 44
Binary 10010111 100011 10001100 0 1001101 111 101001 100110010 111110 100100

Color Harmonies of #97238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97238C

Black with #97238C

Text Example


Text Example

White with #97238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,35,140); }

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

background-color css

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

 a { background-color: rgb(151,35,140); }

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

border-color css

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

 span { border-color: rgb(151,35,140); }

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