Html Css Color HEX #943ACC Dark Orchid

📋 copy color: '#943ACC'

red 148 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #943ACC

Tints of Dark Orchid #943ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 36.1%
G = 14.15%
B = 49.76%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#943ACC (or 0x943ACC) is known color: Dark Orchid. HEX triplet: 94, 3A and CC. RGB value is (148,58,204). Sum of RGB (Red+Green+Blue) = 148+58+204=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #943ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ACC is #6BC533. Grayscale: #656565. Windows color (decimal): -7062836 or 13384340. OLE color: 13384340.

HSL color Cylindrical-coordinate representation of color #943ACC: hue angle of 276.99º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943ACC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 58 204 -
CMYK 0.27 0.72 0 0.2
HSL 276.99º 0.59% 0.51% -
HSV(B) 276.99º 0.72% 0.8% -
XYZ 24.62 13.68 58.47 -
YUV 101.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 148 58 204 0.27 0.72 0 0.2 276.99 0.59 0.51
Hex 94 3A CC 1B 48 0 14 115 3B 33
Octal 224 72 314 33 110 0 24 425 73 63
Binary 10010100 111010 11001100 11011 1001000 0 10100 100010101 111011 110011

Color Harmonies of #943ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943ACC

Black with #943ACC

Text Example


Text Example

White with #943ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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