Html Css Color HEX #93238F Dark Purple

📋 copy color: '#93238F'

red 147 ◦ green 35 ◦ blue 143

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

Shades of Dark Purple #93238F

Tints of Dark Purple #93238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44%

R = 45.23%
G = 10.77%
B = 44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93238F (or 0x93238F) is known color: Dark Purple. HEX triplet: 93, 23 and 8F. RGB value is (147,35,143). Sum of RGB (Red+Green+Blue) = 147+35+143=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93238F is #6CDC70. Grayscale: #505050. Windows color (decimal): -7134321 or 9380755. OLE color: 9380755.

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

Color convert

RGB 147 35 143 -
CMYK 0 0.76 0.03 0.42
HSL 302.14º 0.62% 0.36% -
HSV(B) 302.14º 0.76% 0.58% -
XYZ 17.59 9.39 26.87 -
YUV 80.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 147 35 143 0 0.76 0.03 0.42 302.14 0.62 0.36
Hex 93 23 8F 0 4C 3 2A 12E 3E 24
Octal 223 43 217 0 114 3 52 456 76 44
Binary 10010011 100011 10001111 0 1001100 11 101010 100101110 111110 100100

Color Harmonies of #93238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93238F

Black with #93238F

Text Example


Text Example

White with #93238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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