Html Css Color HEX #941273 Dark Purple

📋 copy color: '#941273'

red 148 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #941273

Tints of Dark Purple #941273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 52.67%
G = 6.41%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#941273 (or 0x941273) is known color: Dark Purple. HEX triplet: 94, 12 and 73. RGB value is (148,18,115). Sum of RGB (Red+Green+Blue) = 148+18+115=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #941273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941273 is #6BED8C. Grayscale: #434343. Windows color (decimal): -7073165 or 7541396. OLE color: 7541396.

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

Color convert

RGB 148 18 115 -
CMYK 0 0.88 0.22 0.42
HSL 315.23º 0.78% 0.33% -
HSV(B) 315.23º 0.88% 0.58% -
XYZ 15.52 7.97 16.94 -
YUV 67.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 148 18 115 0 0.88 0.22 0.42 315.23 0.78 0.33
Hex 94 12 73 0 58 16 2A 13B 4E 21
Octal 224 22 163 0 130 26 52 473 116 41
Binary 10010100 10010 1110011 0 1011000 10110 101010 100111011 1001110 100001

Color Harmonies of #941273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941273

Black with #941273

Text Example


Text Example

White with #941273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941273; }

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

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

background-color css

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

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

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

border-color css

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

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

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