Html Css Color HEX #943CBF Dark Orchid

📋 copy color: '#943CBF'

red 148 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #943CBF

Tints of Dark Orchid #943CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 37.09%
G = 15.04%
B = 47.87%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#943CBF (or 0x943CBF) is known color: Dark Orchid. HEX triplet: 94, 3C and BF. RGB value is (148,60,191). Sum of RGB (Red+Green+Blue) = 148+60+191=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #943CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CBF is #6BC340. Grayscale: #646464. Windows color (decimal): -7062337 or 12532884. OLE color: 12532884.

HSL color Cylindrical-coordinate representation of color #943CBF: hue angle of 280.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943CBF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 60 191 -
CMYK 0.23 0.69 0 0.25
HSL 280.31º 0.52% 0.49% -
HSV(B) 280.31º 0.69% 0.75% -
XYZ 23.23 13.29 50.63 -
YUV 101.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 148 60 191 0.23 0.69 0 0.25 280.31 0.52 0.49
Hex 94 3C BF 17 45 0 19 118 34 31
Octal 224 74 277 27 105 0 31 430 64 61
Binary 10010100 111100 10111111 10111 1000101 0 11001 100011000 110100 110001

Color Harmonies of #943CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CBF

Black with #943CBF

Text Example


Text Example

White with #943CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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