Html Css Color HEX #8428BC Dark Orchid

📋 copy color: '#8428BC'

red 132 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #8428BC

Tints of Dark Orchid #8428BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 36.67%
G = 11.11%
B = 52.22%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8428BC (or 0x8428BC) is known color: Dark Orchid. HEX triplet: 84, 28 and BC. RGB value is (132,40,188). Sum of RGB (Red+Green+Blue) = 132+40+188=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #8428BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428BC is #7BD743. Grayscale: #535353. Windows color (decimal): -8116036 or 12331140. OLE color: 12331140.

HSL color Cylindrical-coordinate representation of color #8428BC: hue angle of 277.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8428BC is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 40 188 -
CMYK 0.30 0.79 0 0.26
HSL 277.3º 0.65% 0.45% -
HSV(B) 277.3º 0.79% 0.74% -
XYZ 19.35 10.05 48.5 -
YUV 84.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 132 40 188 0.30 0.79 0 0.26 277.3 0.65 0.45
Hex 84 28 BC 1E 4F 0 1A 115 41 2D
Octal 204 50 274 36 117 0 32 425 101 55
Binary 10000100 101000 10111100 11110 1001111 0 11010 100010101 1000001 101101

Color Harmonies of #8428BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8428BC

Black with #8428BC

Text Example


Text Example

White with #8428BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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