Html Css Color HEX #93256A Dark Purple

📋 copy color: '#93256A'

red 147 ◦ green 37 ◦ blue 106

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

Shades of Dark Purple #93256A

Tints of Dark Purple #93256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 50.69%
G = 12.76%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#93256A (or 0x93256A) is known color: Dark Purple. HEX triplet: 93, 25 and 6A. RGB value is (147,37,106). Sum of RGB (Red+Green+Blue) = 147+37+106=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93256A is #6CDA95. Grayscale: #4D4D4D. Windows color (decimal): -7133846 or 6956435. OLE color: 6956435.

HSL color Cylindrical-coordinate representation of color #93256A: hue angle of 322.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93256A is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 106 -
CMYK 0 0.75 0.28 0.42
HSL 322.36º 0.6% 0.36% -
HSV(B) 322.36º 0.75% 0.58% -
XYZ 15.3 8.57 14.48 -
YUV 77.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 147 37 106 0 0.75 0.28 0.42 322.36 0.6 0.36
Hex 93 25 6A 0 4B 1C 2A 142 3C 24
Octal 223 45 152 0 113 34 52 502 74 44
Binary 10010011 100101 1101010 0 1001011 11100 101010 101000010 111100 100100

Color Harmonies of #93256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93256A

Black with #93256A

Text Example


Text Example

White with #93256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93256A; }

 p { color: rgb(147,37,106); }

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

background-color css

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

 a { background-color: rgb(147,37,106); }

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

border-color css

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

 span { border-color: rgb(147,37,106); }

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