Html Css Color HEX #942ECD Dark Orchid

📋 copy color: '#942ECD'

red 148 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #942ECD

Tints of Dark Orchid #942ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 37.09%
G = 11.53%
B = 51.38%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#942ECD (or 0x942ECD) is known color: Dark Orchid. HEX triplet: 94, 2E and CD. RGB value is (148,46,205). Sum of RGB (Red+Green+Blue) = 148+46+205=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #942ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ECD is #6BD132. Grayscale: #5E5E5E. Windows color (decimal): -7065907 or 13446804. OLE color: 13446804.

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

Color convert

RGB 148 46 205 -
CMYK 0.28 0.78 0 0.20
HSL 278.49º 0.63% 0.49% -
HSV(B) 278.49º 0.78% 0.8% -
XYZ 24.21 12.66 58.92 -
YUV 94.62 190.29 166.07 -
System Red Green Blue C M Y K H S L
Decimal 148 46 205 0.28 0.78 0 0.20 278.49 0.63 0.49
Hex 94 2E CD 1C 4E 0 14 116 3F 31
Octal 224 56 315 34 116 0 24 426 77 61
Binary 10010100 101110 11001101 11100 1001110 0 10100 100010110 111111 110001

Color Harmonies of #942ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ECD

Black with #942ECD

Text Example


Text Example

White with #942ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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