Html Css Color HEX #943DD8 Dark Orchid

📋 copy color: '#943DD8'

red 148 ◦ green 61 ◦ blue 216

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

Shades of Dark Orchid #943DD8

Tints of Dark Orchid #943DD8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.35%

 BLUE value IS 216 (84.77% from 255) = 50.82%

R = 34.82%
G = 14.35%
B = 50.82%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#943DD8 (or 0x943DD8) is known color: Dark Orchid. HEX triplet: 94, 3D and D8. RGB value is (148,61,216). Sum of RGB (Red+Green+Blue) = 148+61+216=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #943DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DD8 is #6BC227. Grayscale: #686868. Windows color (decimal): -7062056 or 14171540. OLE color: 14171540.

HSL color Cylindrical-coordinate representation of color #943DD8: hue angle of 273.68º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943DD8 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 61 216 -
CMYK 0.31 0.72 0 0.15
HSL 273.68º 0.67% 0.54% -
HSV(B) 273.68º 0.72% 0.85% -
XYZ 26.28 14.59 66.4 -
YUV 104.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 148 61 216 0.31 0.72 0 0.15 273.68 0.67 0.54
Hex 94 3D D8 1F 48 0 F 112 43 36
Octal 224 75 330 37 110 0 17 422 103 66
Binary 10010100 111101 11011000 11111 1001000 0 1111 100010010 1000011 110110

Color Harmonies of #943DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DD8

Black with #943DD8

Text Example


Text Example

White with #943DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,61,216); }

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

background-color css

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

 a { background-color: rgb(148,61,216); }

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

border-color css

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

 span { border-color: rgb(148,61,216); }

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