Html Css Color HEX #8439BC Dark Orchid

📋 copy color: '#8439BC'

red 132 ◦ green 57 ◦ blue 188

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

Shades of Dark Orchid #8439BC

Tints of Dark Orchid #8439BC

RGB

 RED value IS 132 (51.95% from 255) = 35.01%

 GREEN value IS 57 (22.66% from 255) = 15.12%

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

R = 35.01%
G = 15.12%
B = 49.87%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8439BC (or 0x8439BC) is known color: Dark Orchid. HEX triplet: 84, 39 and BC. RGB value is (132,57,188). Sum of RGB (Red+Green+Blue) = 132+57+188=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #8439BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439BC is #7BC643. Grayscale: #5D5D5D. Windows color (decimal): -8111684 or 12335492. OLE color: 12335492.

HSL color Cylindrical-coordinate representation of color #8439BC: hue angle of 274.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8439BC is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 57 188 -
CMYK 0.30 0.70 0 0.26
HSL 274.35º 0.53% 0.48% -
HSV(B) 274.35º 0.7% 0.74% -
XYZ 20.06 11.46 48.73 -
YUV 94.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 132 57 188 0.30 0.70 0 0.26 274.35 0.53 0.48
Hex 84 39 BC 1E 46 0 1A 112 35 30
Octal 204 71 274 36 106 0 32 422 65 60
Binary 10000100 111001 10111100 11110 1000110 0 11010 100010010 110101 110000

Color Harmonies of #8439BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8439BC

Black with #8439BC

Text Example


Text Example

White with #8439BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8439BC; }

 p { color: rgb(132,57,188); }

 H1.HeaderClassName
 {
   color: #8439BC;
 }
 .AnyTagClassName
 {
   color: #8439BC;
 }
</style>

background-color css

<style>
 a { background-color: #8439BC; }

 a { background-color: rgb(132,57,188); }

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

border-color css

<style>
 span { border-color: #8439BC; }

 span { border-color: rgb(132,57,188); }

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