Html Css Color HEX #943ECC Dark Orchid

📋 copy color: '#943ECC'

red 148 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #943ECC

Tints of Dark Orchid #943ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

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

R = 35.75%
G = 14.98%
B = 49.28%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#943ECC (or 0x943ECC) is known color: Dark Orchid. HEX triplet: 94, 3E and CC. RGB value is (148,62,204). Sum of RGB (Red+Green+Blue) = 148+62+204=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #943ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ECC is #6BC133. Grayscale: #676767. Windows color (decimal): -7061812 or 13385364. OLE color: 13385364.

HSL color Cylindrical-coordinate representation of color #943ECC: hue angle of 276.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943ECC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 62 204 -
CMYK 0.27 0.70 0 0.2
HSL 276.34º 0.58% 0.52% -
HSV(B) 276.34º 0.7% 0.8% -
XYZ 24.83 14.1 58.54 -
YUV 103.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 148 62 204 0.27 0.70 0 0.2 276.34 0.58 0.52
Hex 94 3E CC 1B 46 0 14 114 3A 34
Octal 224 76 314 33 106 0 24 424 72 64
Binary 10010100 111110 11001100 11011 1000110 0 10100 100010100 111010 110100

Color Harmonies of #943ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943ECC

Black with #943ECC

Text Example


Text Example

White with #943ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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