Html Css Color HEX #943ECB Dark Orchid

📋 copy color: '#943ECB'

red 148 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #943ECB

Tints of Dark Orchid #943ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 35.84%
G = 15.01%
B = 49.15%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#943ECB (or 0x943ECB) is known color: Dark Orchid. HEX triplet: 94, 3E and CB. RGB value is (148,62,203). Sum of RGB (Red+Green+Blue) = 148+62+203=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #943ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ECB is #6BC134. Grayscale: #676767. Windows color (decimal): -7061813 or 13319828. OLE color: 13319828.

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

Color convert

RGB 148 62 203 -
CMYK 0.27 0.69 0 0.20
HSL 276.6º 0.58% 0.52% -
HSV(B) 276.6º 0.69% 0.8% -
XYZ 24.71 14.05 57.91 -
YUV 103.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 148 62 203 0.27 0.69 0 0.20 276.6 0.58 0.52
Hex 94 3E CB 1B 45 0 14 115 3A 34
Octal 224 76 313 33 105 0 24 425 72 64
Binary 10010100 111110 11001011 11011 1000101 0 10100 100010101 111010 110100

Color Harmonies of #943ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943ECB

Black with #943ECB

Text Example


Text Example

White with #943ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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