Html Css Color HEX #941FAC Dark Orchid

📋 copy color: '#941FAC'

red 148 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #941FAC

Tints of Dark Orchid #941FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 42.17%
G = 8.83%
B = 49%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#941FAC (or 0x941FAC) is known color: Dark Orchid. HEX triplet: 94, 1F and AC. RGB value is (148,31,172). Sum of RGB (Red+Green+Blue) = 148+31+172=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #941FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941FAC is #6BE053. Grayscale: #515151. Windows color (decimal): -7069780 or 11280276. OLE color: 11280276.

HSL color Cylindrical-coordinate representation of color #941FAC: hue angle of 289.79º 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 #941FAC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 31 172 -
CMYK 0.14 0.82 0 0.33
HSL 289.79º 0.69% 0.4% -
HSV(B) 289.79º 0.82% 0.67% -
XYZ 20.15 10.25 39.95 -
YUV 82.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 148 31 172 0.14 0.82 0 0.33 289.79 0.69 0.4
Hex 94 1F AC E 52 0 21 122 45 28
Octal 224 37 254 16 122 0 41 442 105 50
Binary 10010100 11111 10101100 1110 1010010 0 100001 100100010 1000101 101000

Color Harmonies of #941FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941FAC

Black with #941FAC

Text Example


Text Example

White with #941FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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