Html Css Color HEX #942ECA Dark Orchid

📋 copy color: '#942ECA'

red 148 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #942ECA

Tints of Dark Orchid #942ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 37.37%
G = 11.62%
B = 51.01%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#942ECA (or 0x942ECA) is known color: Dark Orchid. HEX triplet: 94, 2E and CA. RGB value is (148,46,202). Sum of RGB (Red+Green+Blue) = 148+46+202=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #942ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ECA is #6BD135. Grayscale: #5D5D5D. Windows color (decimal): -7065910 or 13250196. OLE color: 13250196.

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

Color convert

RGB 148 46 202 -
CMYK 0.27 0.77 0 0.21
HSL 279.23º 0.63% 0.49% -
HSV(B) 279.23º 0.77% 0.79% -
XYZ 23.85 12.51 57.04 -
YUV 94.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 148 46 202 0.27 0.77 0 0.21 279.23 0.63 0.49
Hex 94 2E CA 1B 4D 0 15 117 3F 31
Octal 224 56 312 33 115 0 25 427 77 61
Binary 10010100 101110 11001010 11011 1001101 0 10101 100010111 111111 110001

Color Harmonies of #942ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ECA

Black with #942ECA

Text Example


Text Example

White with #942ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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