Html Css Color HEX #942ECC Dark Orchid

📋 copy color: '#942ECC'

red 148 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #942ECC

Tints of Dark Orchid #942ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.56%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 37.19%
G = 11.56%
B = 51.26%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#942ECC (or 0x942ECC) is known color: Dark Orchid. HEX triplet: 94, 2E and CC. RGB value is (148,46,204). Sum of RGB (Red+Green+Blue) = 148+46+204=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #942ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ECC is #6BD133. Grayscale: #5D5D5D. Windows color (decimal): -7065908 or 13381268. OLE color: 13381268.

HSL color Cylindrical-coordinate representation of color #942ECC: hue angle of 278.73º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942ECC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 46 204 -
CMYK 0.27 0.77 0 0.2
HSL 278.73º 0.63% 0.49% -
HSV(B) 278.73º 0.77% 0.8% -
XYZ 24.09 12.61 58.29 -
YUV 94.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 148 46 204 0.27 0.77 0 0.2 278.73 0.63 0.49
Hex 94 2E CC 1B 4D 0 14 117 3F 31
Octal 224 56 314 33 115 0 24 427 77 61
Binary 10010100 101110 11001100 11011 1001101 0 10100 100010111 111111 110001

Color Harmonies of #942ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ECC

Black with #942ECC

Text Example


Text Example

White with #942ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,46,204); }

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

background-color css

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

 a { background-color: rgb(148,46,204); }

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

border-color css

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

 span { border-color: rgb(148,46,204); }

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