Html Css Color HEX #943EBD Dark Orchid

📋 copy color: '#943EBD'

red 148 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #943EBD

Tints of Dark Orchid #943EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 37.09%
G = 15.54%
B = 47.37%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#943EBD (or 0x943EBD) is known color: Dark Orchid. HEX triplet: 94, 3E and BD. RGB value is (148,62,189). Sum of RGB (Red+Green+Blue) = 148+62+189=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #943EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EBD is #6BC142. Grayscale: #656565. Windows color (decimal): -7061827 or 12402324. OLE color: 12402324.

HSL color Cylindrical-coordinate representation of color #943EBD: hue angle of 280.63º degrees, saturation: 0.51, 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 #943EBD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 62 189 -
CMYK 0.22 0.67 0 0.26
HSL 280.63º 0.51% 0.49% -
HSV(B) 280.63º 0.67% 0.74% -
XYZ 23.12 13.42 49.51 -
YUV 102.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 148 62 189 0.22 0.67 0 0.26 280.63 0.51 0.49
Hex 94 3E BD 16 43 0 1A 119 33 31
Octal 224 76 275 26 103 0 32 431 63 61
Binary 10010100 111110 10111101 10110 1000011 0 11010 100011001 110011 110001

Color Harmonies of #943EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943EBD

Black with #943EBD

Text Example


Text Example

White with #943EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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