Html Css Color HEX #941EAE Dark Orchid

📋 copy color: '#941EAE'

red 148 ◦ green 30 ◦ blue 174

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

Shades of Dark Orchid #941EAE

Tints of Dark Orchid #941EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 42.05%
G = 8.52%
B = 49.43%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#941EAE (or 0x941EAE) is known color: Dark Orchid. HEX triplet: 94, 1E and AE. RGB value is (148,30,174). Sum of RGB (Red+Green+Blue) = 148+30+174=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #941EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941EAE is #6BE151. Grayscale: #515151. Windows color (decimal): -7070034 or 11411092. OLE color: 11411092.

HSL color Cylindrical-coordinate representation of color #941EAE: hue angle of 289.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941EAE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 30 174 -
CMYK 0.15 0.83 0 0.32
HSL 289.17º 0.71% 0.4% -
HSV(B) 289.17º 0.83% 0.68% -
XYZ 20.32 10.28 40.96 -
YUV 81.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 148 30 174 0.15 0.83 0 0.32 289.17 0.71 0.4
Hex 94 1E AE F 53 0 20 121 47 28
Octal 224 36 256 17 123 0 40 441 107 50
Binary 10010100 11110 10101110 1111 1010011 0 100000 100100001 1000111 101000

Color Harmonies of #941EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941EAE

Black with #941EAE

Text Example


Text Example

White with #941EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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