Html Css Color HEX #943EBC Dark Orchid

📋 copy color: '#943EBC'

red 148 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #943EBC

Tints of Dark Orchid #943EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 37.19%
G = 15.58%
B = 47.24%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#943EBC (or 0x943EBC) is known color: Dark Orchid. HEX triplet: 94, 3E and BC. RGB value is (148,62,188). Sum of RGB (Red+Green+Blue) = 148+62+188=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #943EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EBC is #6BC143. Grayscale: #656565. Windows color (decimal): -7061828 or 12336788. OLE color: 12336788.

HSL color Cylindrical-coordinate representation of color #943EBC: hue angle of 280.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943EBC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 62 188 -
CMYK 0.21 0.67 0 0.26
HSL 280.95º 0.5% 0.49% -
HSV(B) 280.95º 0.67% 0.74% -
XYZ 23.01 13.37 48.95 -
YUV 102.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 148 62 188 0.21 0.67 0 0.26 280.95 0.5 0.49
Hex 94 3E BC 15 43 0 1A 119 32 31
Octal 224 76 274 25 103 0 32 431 62 61
Binary 10010100 111110 10111100 10101 1000011 0 11010 100011001 110010 110001

Color Harmonies of #943EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943EBC

Black with #943EBC

Text Example


Text Example

White with #943EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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