Html Css Color HEX #943EBA Dark Orchid

📋 copy color: '#943EBA'

red 148 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #943EBA

Tints of Dark Orchid #943EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 37.37%
G = 15.66%
B = 46.97%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#943EBA (or 0x943EBA) is known color: Dark Orchid. HEX triplet: 94, 3E and BA. RGB value is (148,62,186). Sum of RGB (Red+Green+Blue) = 148+62+186=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #943EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EBA is #6BC145. Grayscale: #656565. Windows color (decimal): -7061830 or 12205716. OLE color: 12205716.

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

Color convert

RGB 148 62 186 -
CMYK 0.20 0.67 0 0.27
HSL 281.61º 0.5% 0.49% -
HSV(B) 281.61º 0.67% 0.73% -
XYZ 22.8 13.29 47.82 -
YUV 101.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 148 62 186 0.20 0.67 0 0.27 281.61 0.5 0.49
Hex 94 3E BA 14 43 0 1B 11A 32 31
Octal 224 76 272 24 103 0 33 432 62 61
Binary 10010100 111110 10111010 10100 1000011 0 11011 100011010 110010 110001

Color Harmonies of #943EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943EBA

Black with #943EBA

Text Example


Text Example

White with #943EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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