Html Css Color HEX #93236C Dark Purple

📋 copy color: '#93236C'

red 147 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #93236C

Tints of Dark Purple #93236C

RGB

 RED value IS 147 (57.81% from 255) = 50.69%

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

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 50.69%
G = 12.07%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93236C (or 0x93236C) is known color: Dark Purple. HEX triplet: 93, 23 and 6C. RGB value is (147,35,108). Sum of RGB (Red+Green+Blue) = 147+35+108=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93236C is #6CDC93. Grayscale: #4C4C4C. Windows color (decimal): -7134356 or 7086995. OLE color: 7086995.

HSL color Cylindrical-coordinate representation of color #93236C: hue angle of 320.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93236C is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 35 108 -
CMYK 0 0.76 0.27 0.42
HSL 320.89º 0.62% 0.36% -
HSV(B) 320.89º 0.76% 0.58% -
XYZ 15.34 8.49 15.02 -
YUV 76.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 147 35 108 0 0.76 0.27 0.42 320.89 0.62 0.36
Hex 93 23 6C 0 4C 1B 2A 141 3E 24
Octal 223 43 154 0 114 33 52 501 76 44
Binary 10010011 100011 1101100 0 1001100 11011 101010 101000001 111110 100100

Color Harmonies of #93236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93236C

Black with #93236C

Text Example


Text Example

White with #93236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,35,108); }

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

background-color css

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

 a { background-color: rgb(147,35,108); }

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

border-color css

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

 span { border-color: rgb(147,35,108); }

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