Html Css Color HEX #93308C Dark Purple

📋 copy color: '#93308C'

red 147 ◦ green 48 ◦ blue 140

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

Shades of Dark Purple #93308C

Tints of Dark Purple #93308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

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

R = 43.88%
G = 14.33%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93308C (or 0x93308C) is known color: Dark Purple. HEX triplet: 93, 30 and 8C. RGB value is (147,48,140). Sum of RGB (Red+Green+Blue) = 147+48+140=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93308C is #6CCF73. Grayscale: #575757. Windows color (decimal): -7130996 or 9187475. OLE color: 9187475.

HSL color Cylindrical-coordinate representation of color #93308C: hue angle of 304.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93308C is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 48 140 -
CMYK 0 0.67 0.05 0.42
HSL 304.24º 0.51% 0.38% -
HSV(B) 304.24º 0.67% 0.58% -
XYZ 17.82 10.21 25.84 -
YUV 88.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 147 48 140 0 0.67 0.05 0.42 304.24 0.51 0.38
Hex 93 30 8C 0 43 5 2A 130 33 26
Octal 223 60 214 0 103 5 52 460 63 46
Binary 10010011 110000 10001100 0 1000011 101 101010 100110000 110011 100110

Color Harmonies of #93308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93308C

Black with #93308C

Text Example


Text Example

White with #93308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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