Html Css Color HEX #942EC8 Dark Orchid

📋 copy color: '#942EC8'

red 148 ◦ green 46 ◦ blue 200

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

Shades of Dark Orchid #942EC8

Tints of Dark Orchid #942EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 37.56%
G = 11.68%
B = 50.76%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#942EC8 (or 0x942EC8) is known color: Dark Orchid. HEX triplet: 94, 2E and C8. RGB value is (148,46,200). Sum of RGB (Red+Green+Blue) = 148+46+200=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #942EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942EC8 is #6BD137. Grayscale: #5D5D5D. Windows color (decimal): -7065912 or 13119124. OLE color: 13119124.

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

Color convert

RGB 148 46 200 -
CMYK 0.26 0.77 0 0.22
HSL 279.74º 0.63% 0.48% -
HSV(B) 279.74º 0.77% 0.78% -
XYZ 23.62 12.42 55.8 -
YUV 94.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 148 46 200 0.26 0.77 0 0.22 279.74 0.63 0.48
Hex 94 2E C8 1A 4D 0 16 118 3F 30
Octal 224 56 310 32 115 0 26 430 77 60
Binary 10010100 101110 11001000 11010 1001101 0 10110 100011000 111111 110000

Color Harmonies of #942EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942EC8

Black with #942EC8

Text Example


Text Example

White with #942EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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