Html Css Color HEX #941B6A Dark Purple

📋 copy color: '#941B6A'

red 148 ◦ green 27 ◦ blue 106

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

Shades of Dark Purple #941B6A

Tints of Dark Purple #941B6A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 52.67%
G = 9.61%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#941B6A (or 0x941B6A) is known color: Dark Purple. HEX triplet: 94, 1B and 6A. RGB value is (148,27,106). Sum of RGB (Red+Green+Blue) = 148+27+106=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #941B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941B6A is #6BE495. Grayscale: #474747. Windows color (decimal): -7070870 or 6953876. OLE color: 6953876.

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

Color convert

RGB 148 27 106 -
CMYK 0 0.82 0.28 0.42
HSL 320.83º 0.69% 0.34% -
HSV(B) 320.83º 0.82% 0.58% -
XYZ 15.21 8.12 14.4 -
YUV 72.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 148 27 106 0 0.82 0.28 0.42 320.83 0.69 0.34
Hex 94 1B 6A 0 52 1C 2A 141 45 22
Octal 224 33 152 0 122 34 52 501 105 42
Binary 10010100 11011 1101010 0 1010010 11100 101010 101000001 1000101 100010

Color Harmonies of #941B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941B6A

Black with #941B6A

Text Example


Text Example

White with #941B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,27,106); }

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

background-color css

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

 a { background-color: rgb(148,27,106); }

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

border-color css

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

 span { border-color: rgb(148,27,106); }

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