Html Css Color HEX #943BDA Dark Orchid

📋 copy color: '#943BDA'

red 148 ◦ green 59 ◦ blue 218

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

Shades of Dark Orchid #943BDA

Tints of Dark Orchid #943BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.88%

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 34.82%
G = 13.88%
B = 51.29%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#943BDA (or 0x943BDA) is known color: Dark Orchid. HEX triplet: 94, 3B and DA. RGB value is (148,59,218). Sum of RGB (Red+Green+Blue) = 148+59+218=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #943BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BDA is #6BC425. Grayscale: #676767. Windows color (decimal): -7062566 or 14302100. OLE color: 14302100.

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

Color convert

RGB 148 59 218 -
CMYK 0.32 0.73 0 0.15
HSL 273.58º 0.68% 0.54% -
HSV(B) 273.58º 0.73% 0.85% -
XYZ 26.43 14.49 67.73 -
YUV 103.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 148 59 218 0.32 0.73 0 0.15 273.58 0.68 0.54
Hex 94 3B DA 20 49 0 F 112 44 36
Octal 224 73 332 40 111 0 17 422 104 66
Binary 10010100 111011 11011010 100000 1001001 0 1111 100010010 1000100 110110

Color Harmonies of #943BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943BDA

Black with #943BDA

Text Example


Text Example

White with #943BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,59,218); }

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

background-color css

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

 a { background-color: rgb(148,59,218); }

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

border-color css

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

 span { border-color: rgb(148,59,218); }

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