Html Css Color HEX #941EAC Dark Orchid

📋 copy color: '#941EAC'

red 148 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #941EAC

Tints of Dark Orchid #941EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.57%

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

R = 42.29%
G = 8.57%
B = 49.14%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#941EAC (or 0x941EAC) is known color: Dark Orchid. HEX triplet: 94, 1E and AC. RGB value is (148,30,172). Sum of RGB (Red+Green+Blue) = 148+30+172=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #941EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941EAC is #6BE153. Grayscale: #515151. Windows color (decimal): -7070036 or 11280020. OLE color: 11280020.

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

Color convert

RGB 148 30 172 -
CMYK 0.14 0.83 0 0.33
HSL 289.86º 0.7% 0.4% -
HSV(B) 289.86º 0.83% 0.67% -
XYZ 20.12 10.2 39.94 -
YUV 81.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 148 30 172 0.14 0.83 0 0.33 289.86 0.7 0.4
Hex 94 1E AC E 53 0 21 122 46 28
Octal 224 36 254 16 123 0 41 442 106 50
Binary 10010100 11110 10101100 1110 1010011 0 100001 100100010 1000110 101000

Color Harmonies of #941EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941EAC

Black with #941EAC

Text Example


Text Example

White with #941EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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