Html Css Color HEX #941EAB Dark Orchid

📋 copy color: '#941EAB'

red 148 ◦ green 30 ◦ blue 171

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

Shades of Dark Orchid #941EAB

Tints of Dark Orchid #941EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 42.41%
G = 8.6%
B = 49%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#941EAB (or 0x941EAB) is known color: Dark Orchid. HEX triplet: 94, 1E and AB. RGB value is (148,30,171). Sum of RGB (Red+Green+Blue) = 148+30+171=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #941EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941EAB is #6BE154. Grayscale: #505050. Windows color (decimal): -7070037 or 11214484. OLE color: 11214484.

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

Color convert

RGB 148 30 171 -
CMYK 0.13 0.82 0 0.33
HSL 290.21º 0.7% 0.39% -
HSV(B) 290.21º 0.82% 0.67% -
XYZ 20.03 10.16 39.43 -
YUV 81.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 148 30 171 0.13 0.82 0 0.33 290.21 0.7 0.39
Hex 94 1E AB D 52 0 21 122 46 27
Octal 224 36 253 15 122 0 41 442 106 47
Binary 10010100 11110 10101011 1101 1010010 0 100001 100100010 1000110 100111

Color Harmonies of #941EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941EAB

Black with #941EAB

Text Example


Text Example

White with #941EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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