Html Css Color HEX #943ACB Dark Orchid

📋 copy color: '#943ACB'

red 148 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #943ACB

Tints of Dark Orchid #943ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 36.19%
G = 14.18%
B = 49.63%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#943ACB (or 0x943ACB) is known color: Dark Orchid. HEX triplet: 94, 3A and CB. RGB value is (148,58,203). Sum of RGB (Red+Green+Blue) = 148+58+203=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #943ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ACB is #6BC534. Grayscale: #646464. Windows color (decimal): -7062837 or 13318804. OLE color: 13318804.

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

Color convert

RGB 148 58 203 -
CMYK 0.27 0.71 0 0.20
HSL 277.24º 0.58% 0.51% -
HSV(B) 277.24º 0.71% 0.8% -
XYZ 24.51 13.63 57.84 -
YUV 101.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 148 58 203 0.27 0.71 0 0.20 277.24 0.58 0.51
Hex 94 3A CB 1B 47 0 14 115 3A 33
Octal 224 72 313 33 107 0 24 425 72 63
Binary 10010100 111010 11001011 11011 1000111 0 10100 100010101 111010 110011

Color Harmonies of #943ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943ACB

Black with #943ACB

Text Example


Text Example

White with #943ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,58,203); }

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

background-color css

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

 a { background-color: rgb(148,58,203); }

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

border-color css

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

 span { border-color: rgb(148,58,203); }

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