Html Css Color HEX #93267B Dark Purple

📋 copy color: '#93267B'

red 147 ◦ green 38 ◦ blue 123

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

Shades of Dark Purple #93267B

Tints of Dark Purple #93267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 47.73%
G = 12.34%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93267B (or 0x93267B) is known color: Dark Purple. HEX triplet: 93, 26 and 7B. RGB value is (147,38,123). Sum of RGB (Red+Green+Blue) = 147+38+123=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93267B is #6CD984. Grayscale: #505050. Windows color (decimal): -7133573 or 8070803. OLE color: 8070803.

HSL color Cylindrical-coordinate representation of color #93267B: hue angle of 313.21º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93267B is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 38 123 -
CMYK 0 0.74 0.16 0.42
HSL 313.21º 0.59% 0.36% -
HSV(B) 313.21º 0.74% 0.58% -
XYZ 16.3 9.02 19.62 -
YUV 80.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 147 38 123 0 0.74 0.16 0.42 313.21 0.59 0.36
Hex 93 26 7B 0 4A 10 2A 139 3B 24
Octal 223 46 173 0 112 20 52 471 73 44
Binary 10010011 100110 1111011 0 1001010 10000 101010 100111001 111011 100100

Color Harmonies of #93267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93267B

Black with #93267B

Text Example


Text Example

White with #93267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93267B; }

 p { color: rgb(147,38,123); }

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

background-color css

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

 a { background-color: rgb(147,38,123); }

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

border-color css

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

 span { border-color: rgb(147,38,123); }

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