Html Css Color HEX #93238C Dark Purple

📋 copy color: '#93238C'

red 147 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #93238C

Tints of Dark Purple #93238C

RGB

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

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

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

R = 45.65%
G = 10.87%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93238C (or 0x93238C) is known color: Dark Purple. HEX triplet: 93, 23 and 8C. RGB value is (147,35,140). Sum of RGB (Red+Green+Blue) = 147+35+140=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93238C is #6CDC73. Grayscale: #505050. Windows color (decimal): -7134324 or 9184147. OLE color: 9184147.

HSL color Cylindrical-coordinate representation of color #93238C: hue angle of 303.75º 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 #93238C is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 35 140 -
CMYK 0 0.76 0.05 0.42
HSL 303.75º 0.62% 0.36% -
HSV(B) 303.75º 0.76% 0.58% -
XYZ 17.37 9.3 25.69 -
YUV 80.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 147 35 140 0 0.76 0.05 0.42 303.75 0.62 0.36
Hex 93 23 8C 0 4C 5 2A 130 3E 24
Octal 223 43 214 0 114 5 52 460 76 44
Binary 10010011 100011 10001100 0 1001100 101 101010 100110000 111110 100100

Color Harmonies of #93238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93238C

Black with #93238C

Text Example


Text Example

White with #93238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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