Html Css Color HEX #941275 Dark Purple

📋 copy color: '#941275'

red 148 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #941275

Tints of Dark Purple #941275

RGB

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

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

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

R = 52.3%
G = 6.36%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#941275 (or 0x941275) is known color: Dark Purple. HEX triplet: 94, 12 and 75. RGB value is (148,18,117). Sum of RGB (Red+Green+Blue) = 148+18+117=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #941275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941275 is #6BED8A. Grayscale: #434343. Windows color (decimal): -7073163 or 7672468. OLE color: 7672468.

HSL color Cylindrical-coordinate representation of color #941275: hue angle of 314.31º 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 #941275 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 117 -
CMYK 0 0.88 0.21 0.42
HSL 314.31º 0.78% 0.33% -
HSV(B) 314.31º 0.88% 0.58% -
XYZ 15.64 8.01 17.55 -
YUV 68.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 148 18 117 0 0.88 0.21 0.42 314.31 0.78 0.33
Hex 94 12 75 0 58 15 2A 13A 4E 21
Octal 224 22 165 0 130 25 52 472 116 41
Binary 10010100 10010 1110101 0 1011000 10101 101010 100111010 1001110 100001

Color Harmonies of #941275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941275

Black with #941275

Text Example


Text Example

White with #941275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941275; }

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

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

background-color css

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

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

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

border-color css

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

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

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