Html Css Color HEX #941AAC Dark Orchid

📋 copy color: '#941AAC'

red 148 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #941AAC

Tints of Dark Orchid #941AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.51%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 42.77%
G = 7.51%
B = 49.71%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#941AAC (or 0x941AAC) is known color: Dark Orchid. HEX triplet: 94, 1A and AC. RGB value is (148,26,172). Sum of RGB (Red+Green+Blue) = 148+26+172=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #941AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941AAC is #6BE553. Grayscale: #4E4E4E. Windows color (decimal): -7071060 or 11278996. OLE color: 11278996.

HSL color Cylindrical-coordinate representation of color #941AAC: hue angle of 290.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941AAC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 26 172 -
CMYK 0.14 0.85 0 0.33
HSL 290.14º 0.74% 0.39% -
HSV(B) 290.14º 0.85% 0.67% -
XYZ 20.03 10.01 39.91 -
YUV 79.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 148 26 172 0.14 0.85 0 0.33 290.14 0.74 0.39
Hex 94 1A AC E 55 0 21 122 4A 27
Octal 224 32 254 16 125 0 41 442 112 47
Binary 10010100 11010 10101100 1110 1010101 0 100001 100100010 1001010 100111

Color Harmonies of #941AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941AAC

Black with #941AAC

Text Example


Text Example

White with #941AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,26,172); }

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

background-color css

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

 a { background-color: rgb(148,26,172); }

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

border-color css

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

 span { border-color: rgb(148,26,172); }

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