Html Css Color HEX #943CC0 Dark Orchid

📋 copy color: '#943CC0'

red 148 ◦ green 60 ◦ blue 192

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

Shades of Dark Orchid #943CC0

Tints of Dark Orchid #943CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15%

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

R = 37%
G = 15%
B = 48%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#943CC0 (or 0x943CC0) is known color: Dark Orchid. HEX triplet: 94, 3C and C0. RGB value is (148,60,192). Sum of RGB (Red+Green+Blue) = 148+60+192=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #943CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CC0 is #6BC33F. Grayscale: #646464. Windows color (decimal): -7062336 or 12598420. OLE color: 12598420.

HSL color Cylindrical-coordinate representation of color #943CC0: hue angle of 280º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943CC0 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 60 192 -
CMYK 0.23 0.69 0 0.25
HSL 280º 0.52% 0.49% -
HSV(B) 280º 0.69% 0.75% -
XYZ 23.34 13.33 51.21 -
YUV 101.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 148 60 192 0.23 0.69 0 0.25 280 0.52 0.49
Hex 94 3C C0 17 45 0 19 118 34 31
Octal 224 74 300 27 105 0 31 430 64 61
Binary 10010100 111100 11000000 10111 1000101 0 11001 100011000 110100 110001

Color Harmonies of #943CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CC0

Black with #943CC0

Text Example


Text Example

White with #943CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943CC0; }

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

 H1.HeaderClassName
 {
   color: #943CC0;
 }
 .AnyTagClassName
 {
   color: #943CC0;
 }
</style>

background-color css

<style>
 a { background-color: #943CC0; }

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

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

border-color css

<style>
 span { border-color: #943CC0; }

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

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