Html Css Color HEX #8C33AE Dark Orchid

📋 copy color: '#8C33AE'

red 140 ◦ green 51 ◦ blue 174

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

Shades of Dark Orchid #8C33AE

Tints of Dark Orchid #8C33AE

RGB

 RED value IS 140 (55.08% from 255) = 38.36%

 GREEN value IS 51 (20.31% from 255) = 13.97%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 38.36%
G = 13.97%
B = 47.67%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C33AE (or 0x8C33AE) is known color: Dark Orchid. HEX triplet: 8C, 33 and AE. RGB value is (140,51,174). Sum of RGB (Red+Green+Blue) = 140+51+174=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C33AE is #73CC51. Grayscale: #5B5B5B. Windows color (decimal): -7588946 or 11416460. OLE color: 11416460.

HSL color Cylindrical-coordinate representation of color #8C33AE: hue angle of 283.41º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C33AE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 51 174 -
CMYK 0.20 0.71 0 0.32
HSL 283.41º 0.55% 0.44% -
HSV(B) 283.41º 0.71% 0.68% -
XYZ 19.64 11 41.13 -
YUV 91.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 140 51 174 0.20 0.71 0 0.32 283.41 0.55 0.44
Hex 8C 33 AE 14 47 0 20 11B 37 2C
Octal 214 63 256 24 107 0 40 433 67 54
Binary 10001100 110011 10101110 10100 1000111 0 100000 100011011 110111 101100

Color Harmonies of #8C33AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C33AE

Black with #8C33AE

Text Example


Text Example

White with #8C33AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C33AE; }

 p { color: rgb(140,51,174); }

 H1.HeaderClassName
 {
   color: #8C33AE;
 }
 .AnyTagClassName
 {
   color: #8C33AE;
 }
</style>

background-color css

<style>
 a { background-color: #8C33AE; }

 a { background-color: rgb(140,51,174); }

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

border-color css

<style>
 span { border-color: #8C33AE; }

 span { border-color: rgb(140,51,174); }

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