Html Css Color HEX #941BAB Dark Orchid

📋 copy color: '#941BAB'

red 148 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #941BAB

Tints of Dark Orchid #941BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

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

R = 42.77%
G = 7.8%
B = 49.42%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#941BAB (or 0x941BAB) is known color: Dark Orchid. HEX triplet: 94, 1B and AB. RGB value is (148,27,171). Sum of RGB (Red+Green+Blue) = 148+27+171=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #941BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941BAB is #6BE454. Grayscale: #4F4F4F. Windows color (decimal): -7070805 or 11213716. OLE color: 11213716.

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

Color convert

RGB 148 27 171 -
CMYK 0.13 0.84 0 0.33
HSL 290.42º 0.73% 0.39% -
HSV(B) 290.42º 0.84% 0.67% -
XYZ 19.96 10.02 39.41 -
YUV 79.6 179.59 176.79 -
System Red Green Blue C M Y K H S L
Decimal 148 27 171 0.13 0.84 0 0.33 290.42 0.73 0.39
Hex 94 1B AB D 54 0 21 122 49 27
Octal 224 33 253 15 124 0 41 442 111 47
Binary 10010100 11011 10101011 1101 1010100 0 100001 100100010 1001001 100111

Color Harmonies of #941BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941BAB

Black with #941BAB

Text Example


Text Example

White with #941BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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