Html Css Color HEX #941C6B Dark Purple

📋 copy color: '#941C6B'

red 148 ◦ green 28 ◦ blue 107

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

Shades of Dark Purple #941C6B

Tints of Dark Purple #941C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 52.3%
G = 9.89%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#941C6B (or 0x941C6B) is known color: Dark Purple. HEX triplet: 94, 1C and 6B. RGB value is (148,28,107). Sum of RGB (Red+Green+Blue) = 148+28+107=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #941C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C6B is #6BE394. Grayscale: #484848. Windows color (decimal): -7070613 or 7019668. OLE color: 7019668.

HSL color Cylindrical-coordinate representation of color #941C6B: hue angle of 320.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C6B is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 28 107 -
CMYK 0 0.81 0.28 0.42
HSL 320.5º 0.68% 0.35% -
HSV(B) 320.5º 0.81% 0.58% -
XYZ 15.28 8.19 14.68 -
YUV 72.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 148 28 107 0 0.81 0.28 0.42 320.5 0.68 0.35
Hex 94 1C 6B 0 51 1C 2A 140 44 23
Octal 224 34 153 0 121 34 52 500 104 43
Binary 10010100 11100 1101011 0 1010001 11100 101010 101000000 1000100 100011

Color Harmonies of #941C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C6B

Black with #941C6B

Text Example


Text Example

White with #941C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941C6B; }

 p { color: rgb(148,28,107); }

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

background-color css

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

 a { background-color: rgb(148,28,107); }

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

border-color css

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

 span { border-color: rgb(148,28,107); }

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