Html Css Color HEX #943FBD Dark Orchid

📋 copy color: '#943FBD'

red 148 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #943FBD

Tints of Dark Orchid #943FBD

RGB

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

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

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

R = 37%
G = 15.75%
B = 47.25%

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

#943FBD (or 0x943FBD) is known color: Dark Orchid. HEX triplet: 94, 3F and BD. RGB value is (148,63,189). Sum of RGB (Red+Green+Blue) = 148+63+189=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #943FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FBD is #6BC042. Grayscale: #666666. Windows color (decimal): -7061571 or 12402580. OLE color: 12402580.

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

Color convert

RGB 148 63 189 -
CMYK 0.22 0.67 0 0.26
HSL 280.48º 0.5% 0.49% -
HSV(B) 280.48º 0.67% 0.74% -
XYZ 23.18 13.53 49.53 -
YUV 102.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 148 63 189 0.22 0.67 0 0.26 280.48 0.5 0.49
Hex 94 3F BD 16 43 0 1A 118 32 31
Octal 224 77 275 26 103 0 32 430 62 61
Binary 10010100 111111 10111101 10110 1000011 0 11010 100011000 110010 110001

Color Harmonies of #943FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FBD

Black with #943FBD

Text Example


Text Example

White with #943FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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