Html Css Color HEX #942CAC Dark Orchid

📋 copy color: '#942CAC'

red 148 ◦ green 44 ◦ blue 172

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

Shades of Dark Orchid #942CAC

Tints of Dark Orchid #942CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.09%

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

R = 40.66%
G = 12.09%
B = 47.25%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#942CAC (or 0x942CAC) is known color: Dark Orchid. HEX triplet: 94, 2C and AC. RGB value is (148,44,172). Sum of RGB (Red+Green+Blue) = 148+44+172=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #942CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942CAC is #6BD353. Grayscale: #595959. Windows color (decimal): -7066452 or 11283604. OLE color: 11283604.

HSL color Cylindrical-coordinate representation of color #942CAC: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942CAC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 44 172 -
CMYK 0.14 0.74 0 0.33
HSL 288.75º 0.59% 0.42% -
HSV(B) 288.75º 0.74% 0.67% -
XYZ 20.56 11.08 40.08 -
YUV 89.69 174.46 169.59 -
System Red Green Blue C M Y K H S L
Decimal 148 44 172 0.14 0.74 0 0.33 288.75 0.59 0.42
Hex 94 2C AC E 4A 0 21 121 3B 2A
Octal 224 54 254 16 112 0 41 441 73 52
Binary 10010100 101100 10101100 1110 1001010 0 100001 100100001 111011 101010

Color Harmonies of #942CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CAC

Black with #942CAC

Text Example


Text Example

White with #942CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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