Html Css Color HEX #943BCC Dark Orchid

📋 copy color: '#943BCC'

red 148 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #943BCC

Tints of Dark Orchid #943BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 36.01%
G = 14.36%
B = 49.64%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#943BCC (or 0x943BCC) is known color: Dark Orchid. HEX triplet: 94, 3B and CC. RGB value is (148,59,204). Sum of RGB (Red+Green+Blue) = 148+59+204=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #943BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BCC is #6BC433. Grayscale: #656565. Windows color (decimal): -7062580 or 13384596. OLE color: 13384596.

HSL color Cylindrical-coordinate representation of color #943BCC: hue angle of 276.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #943BCC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 59 204 -
CMYK 0.27 0.71 0 0.2
HSL 276.83º 0.59% 0.52% -
HSV(B) 276.83º 0.71% 0.8% -
XYZ 24.68 13.78 58.49 -
YUV 102.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 148 59 204 0.27 0.71 0 0.2 276.83 0.59 0.52
Hex 94 3B CC 1B 47 0 14 115 3B 34
Octal 224 73 314 33 107 0 24 425 73 64
Binary 10010100 111011 11001100 11011 1000111 0 10100 100010101 111011 110100

Color Harmonies of #943BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943BCC

Black with #943BCC

Text Example


Text Example

White with #943BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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