Html Css Color HEX #941FAB Dark Orchid

📋 copy color: '#941FAB'

red 148 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #941FAB

Tints of Dark Orchid #941FAB

RGB

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

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

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

R = 42.29%
G = 8.86%
B = 48.86%

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

#941FAB (or 0x941FAB) is known color: Dark Orchid. HEX triplet: 94, 1F and AB. RGB value is (148,31,171). Sum of RGB (Red+Green+Blue) = 148+31+171=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #941FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941FAB is #6BE054. Grayscale: #515151. Windows color (decimal): -7069781 or 11214740. OLE color: 11214740.

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

Color convert

RGB 148 31 171 -
CMYK 0.13 0.82 0 0.33
HSL 290.14º 0.69% 0.4% -
HSV(B) 290.14º 0.82% 0.67% -
XYZ 20.05 10.22 39.44 -
YUV 81.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 148 31 171 0.13 0.82 0 0.33 290.14 0.69 0.4
Hex 94 1F AB D 52 0 21 122 45 28
Octal 224 37 253 15 122 0 41 442 105 50
Binary 10010100 11111 10101011 1101 1010010 0 100001 100100010 1000101 101000

Color Harmonies of #941FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941FAB

Black with #941FAB

Text Example


Text Example

White with #941FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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