Html Css Color HEX #943CDB Dark Orchid

📋 copy color: '#943CDB'

red 148 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #943CDB

Tints of Dark Orchid #943CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.05%

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 34.66%
G = 14.05%
B = 51.29%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#943CDB (or 0x943CDB) is known color: Dark Orchid. HEX triplet: 94, 3C and DB. RGB value is (148,60,219). Sum of RGB (Red+Green+Blue) = 148+60+219=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #943CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CDB is #6BC324. Grayscale: #676767. Windows color (decimal): -7062309 or 14367892. OLE color: 14367892.

HSL color Cylindrical-coordinate representation of color #943CDB: hue angle of 273.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #943CDB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 60 219 -
CMYK 0.32 0.73 0 0.14
HSL 273.21º 0.69% 0.55% -
HSV(B) 273.21º 0.73% 0.86% -
XYZ 26.61 14.64 68.44 -
YUV 104.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 148 60 219 0.32 0.73 0 0.14 273.21 0.69 0.55
Hex 94 3C DB 20 49 0 E 111 45 37
Octal 224 74 333 40 111 0 16 421 105 67
Binary 10010100 111100 11011011 100000 1001001 0 1110 100010001 1000101 110111

Color Harmonies of #943CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CDB

Black with #943CDB

Text Example


Text Example

White with #943CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,60,219); }

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

background-color css

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

 a { background-color: rgb(148,60,219); }

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

border-color css

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

 span { border-color: rgb(148,60,219); }

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