Html Css Color HEX #933875 Dark Purple

📋 copy color: '#933875'

red 147 ◦ green 56 ◦ blue 117

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

Shades of Dark Purple #933875

Tints of Dark Purple #933875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 45.94%
G = 17.5%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#933875 (or 0x933875) is known color: Dark Purple. HEX triplet: 93, 38 and 75. RGB value is (147,56,117). Sum of RGB (Red+Green+Blue) = 147+56+117=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #933875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933875 is #6CC78A. Grayscale: #5A5A5A. Windows color (decimal): -7128971 or 7682195. OLE color: 7682195.

HSL color Cylindrical-coordinate representation of color #933875: hue angle of 319.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #933875 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 56 117 -
CMYK 0 0.62 0.20 0.42
HSL 319.78º 0.45% 0.4% -
HSV(B) 319.78º 0.62% 0.58% -
XYZ 16.66 10.32 17.94 -
YUV 90.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 147 56 117 0 0.62 0.20 0.42 319.78 0.45 0.4
Hex 93 38 75 0 3E 14 2A 140 2D 28
Octal 223 70 165 0 76 24 52 500 55 50
Binary 10010011 111000 1110101 0 111110 10100 101010 101000000 101101 101000

Color Harmonies of #933875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933875

Black with #933875

Text Example


Text Example

White with #933875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933875; }

 p { color: rgb(147,56,117); }

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

background-color css

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

 a { background-color: rgb(147,56,117); }

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

border-color css

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

 span { border-color: rgb(147,56,117); }

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