Html Css Color HEX #943273 Dark Purple

📋 copy color: '#943273'

red 148 ◦ green 50 ◦ blue 115

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

Shades of Dark Purple #943273

Tints of Dark Purple #943273

RGB

 RED value IS 148 (58.2% from 255) = 47.28%

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 47.28%
G = 15.97%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#943273 (or 0x943273) is known color: Dark Purple. HEX triplet: 94, 32 and 73. RGB value is (148,50,115). Sum of RGB (Red+Green+Blue) = 148+50+115=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #943273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943273 is #6BCD8C. Grayscale: #565656. Windows color (decimal): -7064973 or 7549588. OLE color: 7549588.

HSL color Cylindrical-coordinate representation of color #943273: hue angle of 320.2º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943273 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 50 115 -
CMYK 0 0.66 0.22 0.42
HSL 320.2º 0.49% 0.39% -
HSV(B) 320.2º 0.66% 0.58% -
XYZ 16.45 9.81 17.25 -
YUV 86.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 148 50 115 0 0.66 0.22 0.42 320.2 0.49 0.39
Hex 94 32 73 0 42 16 2A 140 31 27
Octal 224 62 163 0 102 26 52 500 61 47
Binary 10010100 110010 1110011 0 1000010 10110 101010 101000000 110001 100111

Color Harmonies of #943273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943273

Black with #943273

Text Example


Text Example

White with #943273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943273; }

 p { color: rgb(148,50,115); }

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

background-color css

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

 a { background-color: rgb(148,50,115); }

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

border-color css

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

 span { border-color: rgb(148,50,115); }

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