Html Css Color HEX #943FBC Dark Orchid

📋 copy color: '#943FBC'

red 148 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #943FBC

Tints of Dark Orchid #943FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

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

R = 37.09%
G = 15.79%
B = 47.12%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#943FBC (or 0x943FBC) is known color: Dark Orchid. HEX triplet: 94, 3F and BC. RGB value is (148,63,188). Sum of RGB (Red+Green+Blue) = 148+63+188=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #943FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FBC is #6BC043. Grayscale: #666666. Windows color (decimal): -7061572 or 12337044. OLE color: 12337044.

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

Color convert

RGB 148 63 188 -
CMYK 0.21 0.66 0 0.26
HSL 280.8º 0.5% 0.49% -
HSV(B) 280.8º 0.66% 0.74% -
XYZ 23.07 13.48 48.96 -
YUV 102.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 148 63 188 0.21 0.66 0 0.26 280.8 0.5 0.49
Hex 94 3F BC 15 42 0 1A 119 32 31
Octal 224 77 274 25 102 0 32 431 62 61
Binary 10010100 111111 10111100 10101 1000010 0 11010 100011001 110010 110001

Color Harmonies of #943FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FBC

Black with #943FBC

Text Example


Text Example

White with #943FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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