Html Css Color HEX #97338C Dark Purple

📋 copy color: '#97338C'

red 151 ◦ green 51 ◦ blue 140

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

Shades of Dark Purple #97338C

Tints of Dark Purple #97338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 44.15%
G = 14.91%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97338C (or 0x97338C) is known color: Dark Purple. HEX triplet: 97, 33 and 8C. RGB value is (151,51,140). Sum of RGB (Red+Green+Blue) = 151+51+140=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #97338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97338C is #68CC73. Grayscale: #5A5A5A. Windows color (decimal): -6868084 or 9188247. OLE color: 9188247.

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

Color convert

RGB 151 51 140 -
CMYK 0 0.66 0.07 0.41
HSL 306.6º 0.5% 0.4% -
HSV(B) 306.6º 0.66% 0.59% -
XYZ 18.68 10.84 25.92 -
YUV 91.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 151 51 140 0 0.66 0.07 0.41 306.6 0.5 0.4
Hex 97 33 8C 0 42 7 29 133 32 28
Octal 227 63 214 0 102 7 51 463 62 50
Binary 10010111 110011 10001100 0 1000010 111 101001 100110011 110010 101000

Color Harmonies of #97338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97338C

Black with #97338C

Text Example


Text Example

White with #97338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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