Html Css Color HEX #8428BF Dark Orchid

📋 copy color: '#8428BF'

red 132 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #8428BF

Tints of Dark Orchid #8428BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 36.36%
G = 11.02%
B = 52.62%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8428BF (or 0x8428BF) is known color: Dark Orchid. HEX triplet: 84, 28 and BF. RGB value is (132,40,191). Sum of RGB (Red+Green+Blue) = 132+40+191=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #8428BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428BF is #7BD740. Grayscale: #545454. Windows color (decimal): -8116033 or 12527748. OLE color: 12527748.

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

Color convert

RGB 132 40 191 -
CMYK 0.31 0.79 0 0.25
HSL 276.56º 0.65% 0.45% -
HSV(B) 276.56º 0.79% 0.75% -
XYZ 19.68 10.18 50.22 -
YUV 84.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 132 40 191 0.31 0.79 0 0.25 276.56 0.65 0.45
Hex 84 28 BF 1F 4F 0 19 115 41 2D
Octal 204 50 277 37 117 0 31 425 101 55
Binary 10000100 101000 10111111 11111 1001111 0 11001 100010101 1000001 101101

Color Harmonies of #8428BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8428BF

Black with #8428BF

Text Example


Text Example

White with #8428BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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