Html Css Color HEX #943ACD Dark Orchid

📋 copy color: '#943ACD'

red 148 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #943ACD

Tints of Dark Orchid #943ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.11%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 36.01%
G = 14.11%
B = 49.88%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#943ACD (or 0x943ACD) is known color: Dark Orchid. HEX triplet: 94, 3A and CD. RGB value is (148,58,205). Sum of RGB (Red+Green+Blue) = 148+58+205=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #943ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ACD is #6BC532. Grayscale: #656565. Windows color (decimal): -7062835 or 13449876. OLE color: 13449876.

HSL color Cylindrical-coordinate representation of color #943ACD: hue angle of 276.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943ACD is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 58 205 -
CMYK 0.28 0.72 0 0.20
HSL 276.73º 0.6% 0.52% -
HSV(B) 276.73º 0.72% 0.8% -
XYZ 24.75 13.73 59.1 -
YUV 101.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 148 58 205 0.28 0.72 0 0.20 276.73 0.6 0.52
Hex 94 3A CD 1C 48 0 14 115 3C 34
Octal 224 72 315 34 110 0 24 425 74 64
Binary 10010100 111010 11001101 11100 1001000 0 10100 100010101 111100 110100

Color Harmonies of #943ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943ACD

Black with #943ACD

Text Example


Text Example

White with #943ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,58,205); }

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

background-color css

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

 a { background-color: rgb(148,58,205); }

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

border-color css

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

 span { border-color: rgb(148,58,205); }

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