Html Css Color HEX #942EC9 Dark Orchid

📋 copy color: '#942EC9'

red 148 ◦ green 46 ◦ blue 201

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

Shades of Dark Orchid #942EC9

Tints of Dark Orchid #942EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 37.47%
G = 11.65%
B = 50.89%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#942EC9 (or 0x942EC9) is known color: Dark Orchid. HEX triplet: 94, 2E and C9. RGB value is (148,46,201). Sum of RGB (Red+Green+Blue) = 148+46+201=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #942EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942EC9 is #6BD136. Grayscale: #5D5D5D. Windows color (decimal): -7065911 or 13184660. OLE color: 13184660.

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

Color convert

RGB 148 46 201 -
CMYK 0.26 0.77 0 0.21
HSL 279.48º 0.63% 0.48% -
HSV(B) 279.48º 0.77% 0.79% -
XYZ 23.73 12.47 56.41 -
YUV 94.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 148 46 201 0.26 0.77 0 0.21 279.48 0.63 0.48
Hex 94 2E C9 1A 4D 0 15 117 3F 30
Octal 224 56 311 32 115 0 25 427 77 60
Binary 10010100 101110 11001001 11010 1001101 0 10101 100010111 111111 110000

Color Harmonies of #942EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942EC9

Black with #942EC9

Text Example


Text Example

White with #942EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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