Html Css Color HEX #942AC0 Dark Orchid

📋 copy color: '#942AC0'

red 148 ◦ green 42 ◦ blue 192

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

Shades of Dark Orchid #942AC0

Tints of Dark Orchid #942AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.99%

 BLUE value IS 192 (75.39% from 255) = 50.26%

R = 38.74%
G = 10.99%
B = 50.26%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#942AC0 (or 0x942AC0) is known color: Dark Orchid. HEX triplet: 94, 2A and C0. RGB value is (148,42,192). Sum of RGB (Red+Green+Blue) = 148+42+192=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #942AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942AC0 is #6BD53F. Grayscale: #5A5A5A. Windows color (decimal): -7066944 or 12593812. OLE color: 12593812.

HSL color Cylindrical-coordinate representation of color #942AC0: hue angle of 282.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942AC0 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 42 192 -
CMYK 0.23 0.78 0 0.25
HSL 282.4º 0.64% 0.46% -
HSV(B) 282.4º 0.78% 0.75% -
XYZ 22.56 11.76 50.95 -
YUV 90.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 148 42 192 0.23 0.78 0 0.25 282.4 0.64 0.46
Hex 94 2A C0 17 4E 0 19 11A 40 2E
Octal 224 52 300 27 116 0 31 432 100 56
Binary 10010100 101010 11000000 10111 1001110 0 11001 100011010 1000000 101110

Color Harmonies of #942AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942AC0

Black with #942AC0

Text Example


Text Example

White with #942AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,42,192); }

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

background-color css

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

 a { background-color: rgb(148,42,192); }

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

border-color css

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

 span { border-color: rgb(148,42,192); }

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