Html Css Color HEX #942DC0 Dark Orchid

📋 copy color: '#942DC0'

red 148 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #942DC0

Tints of Dark Orchid #942DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.69%

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

R = 38.44%
G = 11.69%
B = 49.87%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#942DC0 (or 0x942DC0) is known color: Dark Orchid. HEX triplet: 94, 2D and C0. RGB value is (148,45,192). Sum of RGB (Red+Green+Blue) = 148+45+192=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #942DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DC0 is #6BD23F. Grayscale: #5C5C5C. Windows color (decimal): -7066176 or 12594580. OLE color: 12594580.

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

Color convert

RGB 148 45 192 -
CMYK 0.23 0.77 0 0.25
HSL 282.04º 0.62% 0.46% -
HSV(B) 282.04º 0.77% 0.75% -
XYZ 22.67 11.98 50.99 -
YUV 92.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 148 45 192 0.23 0.77 0 0.25 282.04 0.62 0.46
Hex 94 2D C0 17 4D 0 19 11A 3E 2E
Octal 224 55 300 27 115 0 31 432 76 56
Binary 10010100 101101 11000000 10111 1001101 0 11001 100011010 111110 101110

Color Harmonies of #942DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DC0

Black with #942DC0

Text Example


Text Example

White with #942DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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