Html Css Color HEX #942DAC Dark Orchid

📋 copy color: '#942DAC'

red 148 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #942DAC

Tints of Dark Orchid #942DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.33%

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

R = 40.55%
G = 12.33%
B = 47.12%

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

#942DAC (or 0x942DAC) is known color: Dark Orchid. HEX triplet: 94, 2D and AC. RGB value is (148,45,172). Sum of RGB (Red+Green+Blue) = 148+45+172=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #942DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942DAC is #6BD253. Grayscale: #595959. Windows color (decimal): -7066196 or 11283860. OLE color: 11283860.

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

Color convert

RGB 148 45 172 -
CMYK 0.14 0.74 0 0.33
HSL 288.66º 0.59% 0.43% -
HSV(B) 288.66º 0.74% 0.67% -
XYZ 20.6 11.15 40.1 -
YUV 90.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 148 45 172 0.14 0.74 0 0.33 288.66 0.59 0.43
Hex 94 2D AC E 4A 0 21 121 3B 2B
Octal 224 55 254 16 112 0 41 441 73 53
Binary 10010100 101101 10101100 1110 1001010 0 100001 100100001 111011 101011

Color Harmonies of #942DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DAC

Black with #942DAC

Text Example


Text Example

White with #942DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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