Html Css Color HEX #943AB9 Dark Orchid

📋 copy color: '#943AB9'

red 148 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #943AB9

Tints of Dark Orchid #943AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.83%

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 37.85%
G = 14.83%
B = 47.31%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#943AB9 (or 0x943AB9) is known color: Dark Orchid. HEX triplet: 94, 3A and B9. RGB value is (148,58,185). Sum of RGB (Red+Green+Blue) = 148+58+185=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #943AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943AB9 is #6BC546. Grayscale: #626262. Windows color (decimal): -7062855 or 12139156. OLE color: 12139156.

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

Color convert

RGB 148 58 185 -
CMYK 0.20 0.69 0 0.27
HSL 282.52º 0.52% 0.48% -
HSV(B) 282.52º 0.69% 0.73% -
XYZ 22.48 12.82 47.19 -
YUV 99.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 148 58 185 0.20 0.69 0 0.27 282.52 0.52 0.48
Hex 94 3A B9 14 45 0 1B 11B 34 30
Octal 224 72 271 24 105 0 33 433 64 60
Binary 10010100 111010 10111001 10100 1000101 0 11011 100011011 110100 110000

Color Harmonies of #943AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943AB9

Black with #943AB9

Text Example


Text Example

White with #943AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,58,185); }

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

background-color css

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

 a { background-color: rgb(148,58,185); }

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

border-color css

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

 span { border-color: rgb(148,58,185); }

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