Html Css Color HEX #943ECA Dark Orchid

📋 copy color: '#943ECA'

red 148 ◦ green 62 ◦ blue 202

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

Shades of Dark Orchid #943ECA

Tints of Dark Orchid #943ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 35.92%
G = 15.05%
B = 49.03%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#943ECA (or 0x943ECA) is known color: Dark Orchid. HEX triplet: 94, 3E and CA. RGB value is (148,62,202). Sum of RGB (Red+Green+Blue) = 148+62+202=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #943ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ECA is #6BC135. Grayscale: #676767. Windows color (decimal): -7061814 or 13254292. OLE color: 13254292.

HSL color Cylindrical-coordinate representation of color #943ECA: hue angle of 276.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943ECA is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 62 202 -
CMYK 0.27 0.69 0 0.21
HSL 276.86º 0.57% 0.52% -
HSV(B) 276.86º 0.69% 0.79% -
XYZ 24.6 14.01 57.28 -
YUV 103.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 148 62 202 0.27 0.69 0 0.21 276.86 0.57 0.52
Hex 94 3E CA 1B 45 0 15 115 39 34
Octal 224 76 312 33 105 0 25 425 71 64
Binary 10010100 111110 11001010 11011 1000101 0 10101 100010101 111001 110100

Color Harmonies of #943ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943ECA

Black with #943ECA

Text Example


Text Example

White with #943ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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