Html Css Color HEX #941FAE Dark Orchid

📋 copy color: '#941FAE'

red 148 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #941FAE

Tints of Dark Orchid #941FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 41.93%
G = 8.78%
B = 49.29%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#941FAE (or 0x941FAE) is known color: Dark Orchid. HEX triplet: 94, 1F and AE. RGB value is (148,31,174). Sum of RGB (Red+Green+Blue) = 148+31+174=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #941FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941FAE is #6BE051. Grayscale: #515151. Windows color (decimal): -7069778 or 11411348. OLE color: 11411348.

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

Color convert

RGB 148 31 174 -
CMYK 0.15 0.82 0 0.32
HSL 289.09º 0.7% 0.4% -
HSV(B) 289.09º 0.82% 0.68% -
XYZ 20.34 10.33 40.97 -
YUV 82.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 148 31 174 0.15 0.82 0 0.32 289.09 0.7 0.4
Hex 94 1F AE F 52 0 20 121 46 28
Octal 224 37 256 17 122 0 40 441 106 50
Binary 10010100 11111 10101110 1111 1010010 0 100000 100100001 1000110 101000

Color Harmonies of #941FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941FAE

Black with #941FAE

Text Example


Text Example

White with #941FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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