Html Css Color HEX #943CBC Dark Orchid

📋 copy color: '#943CBC'

red 148 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #943CBC

Tints of Dark Orchid #943CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 37.37%
G = 15.15%
B = 47.47%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#943CBC (or 0x943CBC) is known color: Dark Orchid. HEX triplet: 94, 3C and BC. RGB value is (148,60,188). Sum of RGB (Red+Green+Blue) = 148+60+188=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #943CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CBC is #6BC343. Grayscale: #646464. Windows color (decimal): -7062340 or 12336276. OLE color: 12336276.

HSL color Cylindrical-coordinate representation of color #943CBC: hue angle of 281.25º 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 #943CBC is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 60 188 -
CMYK 0.21 0.68 0 0.26
HSL 281.25º 0.52% 0.49% -
HSV(B) 281.25º 0.68% 0.74% -
XYZ 22.91 13.16 48.91 -
YUV 100.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 148 60 188 0.21 0.68 0 0.26 281.25 0.52 0.49
Hex 94 3C BC 15 44 0 1A 119 34 31
Octal 224 74 274 25 104 0 32 431 64 61
Binary 10010100 111100 10111100 10101 1000100 0 11010 100011001 110100 110001

Color Harmonies of #943CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943CBC

Black with #943CBC

Text Example


Text Example

White with #943CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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