Html Css Color HEX #941DAB Dark Orchid

📋 copy color: '#941DAB'

red 148 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #941DAB

Tints of Dark Orchid #941DAB

RGB

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

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

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

R = 42.53%
G = 8.33%
B = 49.14%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#941DAB (or 0x941DAB) is known color: Dark Orchid. HEX triplet: 94, 1D and AB. RGB value is (148,29,171). Sum of RGB (Red+Green+Blue) = 148+29+171=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #941DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941DAB is #6BE254. Grayscale: #505050. Windows color (decimal): -7070293 or 11214228. OLE color: 11214228.

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

Color convert

RGB 148 29 171 -
CMYK 0.13 0.83 0 0.33
HSL 290.28º 0.71% 0.39% -
HSV(B) 290.28º 0.83% 0.67% -
XYZ 20 10.11 39.43 -
YUV 80.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 148 29 171 0.13 0.83 0 0.33 290.28 0.71 0.39
Hex 94 1D AB D 53 0 21 122 47 27
Octal 224 35 253 15 123 0 41 442 107 47
Binary 10010100 11101 10101011 1101 1010011 0 100001 100100010 1000111 100111

Color Harmonies of #941DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941DAB

Black with #941DAB

Text Example


Text Example

White with #941DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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