Html Css Color HEX #941DAE Dark Orchid

📋 copy color: '#941DAE'

red 148 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #941DAE

Tints of Dark Orchid #941DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

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

R = 42.17%
G = 8.26%
B = 49.57%

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

#941DAE (or 0x941DAE) is known color: Dark Orchid. HEX triplet: 94, 1D and AE. RGB value is (148,29,174). Sum of RGB (Red+Green+Blue) = 148+29+174=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #941DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941DAE is #6BE251. Grayscale: #505050. Windows color (decimal): -7070290 or 11410836. OLE color: 11410836.

HSL color Cylindrical-coordinate representation of color #941DAE: hue angle of 289.24º 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 #941DAE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 29 174 -
CMYK 0.15 0.83 0 0.32
HSL 289.24º 0.71% 0.4% -
HSV(B) 289.24º 0.83% 0.68% -
XYZ 20.29 10.23 40.95 -
YUV 81.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 148 29 174 0.15 0.83 0 0.32 289.24 0.71 0.4
Hex 94 1D AE F 53 0 20 121 47 28
Octal 224 35 256 17 123 0 40 441 107 50
Binary 10010100 11101 10101110 1111 1010011 0 100000 100100001 1000111 101000

Color Harmonies of #941DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941DAE

Black with #941DAE

Text Example


Text Example

White with #941DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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