Html Css Color HEX #8428BE Dark Orchid

📋 copy color: '#8428BE'

red 132 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #8428BE

Tints of Dark Orchid #8428BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 36.46%
G = 11.05%
B = 52.49%

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

#8428BE (or 0x8428BE) is known color: Dark Orchid. HEX triplet: 84, 28 and BE. RGB value is (132,40,190). Sum of RGB (Red+Green+Blue) = 132+40+190=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #8428BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428BE is #7BD741. Grayscale: #545454. Windows color (decimal): -8116034 or 12462212. OLE color: 12462212.

HSL color Cylindrical-coordinate representation of color #8428BE: hue angle of 276.8º 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 #8428BE is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 40 190 -
CMYK 0.31 0.79 0 0.25
HSL 276.8º 0.65% 0.45% -
HSV(B) 276.8º 0.79% 0.75% -
XYZ 19.57 10.14 49.64 -
YUV 84.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 132 40 190 0.31 0.79 0 0.25 276.8 0.65 0.45
Hex 84 28 BE 1F 4F 0 19 115 41 2D
Octal 204 50 276 37 117 0 31 425 101 55
Binary 10000100 101000 10111110 11111 1001111 0 11001 100010101 1000001 101101

Color Harmonies of #8428BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8428BE

Black with #8428BE

Text Example


Text Example

White with #8428BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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