Html Css Color HEX #941CAC Dark Orchid

📋 copy color: '#941CAC'

red 148 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #941CAC

Tints of Dark Orchid #941CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.05%

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

R = 42.53%
G = 8.05%
B = 49.43%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#941CAC (or 0x941CAC) is known color: Dark Orchid. HEX triplet: 94, 1C and AC. RGB value is (148,28,172). Sum of RGB (Red+Green+Blue) = 148+28+172=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #941CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941CAC is #6BE353. Grayscale: #4F4F4F. Windows color (decimal): -7070548 or 11279508. OLE color: 11279508.

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

Color convert

RGB 148 28 172 -
CMYK 0.14 0.84 0 0.33
HSL 290º 0.72% 0.39% -
HSV(B) 290º 0.84% 0.67% -
XYZ 20.07 10.1 39.92 -
YUV 80.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 148 28 172 0.14 0.84 0 0.33 290 0.72 0.39
Hex 94 1C AC E 54 0 21 122 48 27
Octal 224 34 254 16 124 0 41 442 110 47
Binary 10010100 11100 10101100 1110 1010100 0 100001 100100010 1001000 100111

Color Harmonies of #941CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941CAC

Black with #941CAC

Text Example


Text Example

White with #941CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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