Html Css Color HEX #943CBD Dark Orchid

📋 copy color: '#943CBD'

red 148 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #943CBD

Tints of Dark Orchid #943CBD

RGB

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

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

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

R = 37.28%
G = 15.11%
B = 47.61%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#943CBD (or 0x943CBD) is known color: Dark Orchid. HEX triplet: 94, 3C and BD. RGB value is (148,60,189). Sum of RGB (Red+Green+Blue) = 148+60+189=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #943CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CBD is #6BC342. Grayscale: #646464. Windows color (decimal): -7062339 or 12401812. OLE color: 12401812.

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

Color convert

RGB 148 60 189 -
CMYK 0.22 0.68 0 0.26
HSL 280.93º 0.52% 0.49% -
HSV(B) 280.93º 0.68% 0.74% -
XYZ 23.01 13.2 49.48 -
YUV 101.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 148 60 189 0.22 0.68 0 0.26 280.93 0.52 0.49
Hex 94 3C BD 16 44 0 1A 119 34 31
Octal 224 74 275 26 104 0 32 431 64 61
Binary 10010100 111100 10111101 10110 1000100 0 11010 100011001 110100 110001

Color Harmonies of #943CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CBD

Black with #943CBD

Text Example


Text Example

White with #943CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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