Html Css Color HEX #941AB9 Dark Orchid

📋 copy color: '#941AB9'

red 148 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #941AB9

Tints of Dark Orchid #941AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

 BLUE value IS 185 (72.66% from 255) = 51.53%

R = 41.23%
G = 7.24%
B = 51.53%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#941AB9 (or 0x941AB9) is known color: Dark Orchid. HEX triplet: 94, 1A and B9. RGB value is (148,26,185). Sum of RGB (Red+Green+Blue) = 148+26+185=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #941AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941AB9 is #6BE546. Grayscale: #505050. Windows color (decimal): -7071047 or 12130964. OLE color: 12130964.

HSL color Cylindrical-coordinate representation of color #941AB9: hue angle of 286.04º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941AB9 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 26 185 -
CMYK 0.20 0.86 0 0.27
HSL 286.04º 0.75% 0.41% -
HSV(B) 286.04º 0.86% 0.73% -
XYZ 21.34 10.54 46.81 -
YUV 80.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 148 26 185 0.20 0.86 0 0.27 286.04 0.75 0.41
Hex 94 1A B9 14 56 0 1B 11E 4B 29
Octal 224 32 271 24 126 0 33 436 113 51
Binary 10010100 11010 10111001 10100 1010110 0 11011 100011110 1001011 101001

Color Harmonies of #941AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941AB9

Black with #941AB9

Text Example


Text Example

White with #941AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,26,185); }

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

background-color css

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

 a { background-color: rgb(148,26,185); }

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

border-color css

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

 span { border-color: rgb(148,26,185); }

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