Html Css Color HEX #8429BF Dark Orchid

📋 copy color: '#8429BF'

red 132 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #8429BF

Tints of Dark Orchid #8429BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

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

R = 36.26%
G = 11.26%
B = 52.47%

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

#8429BF (or 0x8429BF) is known color: Dark Orchid. HEX triplet: 84, 29 and BF. RGB value is (132,41,191). Sum of RGB (Red+Green+Blue) = 132+41+191=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #8429BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429BF is #7BD640. Grayscale: #545454. Windows color (decimal): -8115777 or 12528004. OLE color: 12528004.

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

Color convert

RGB 132 41 191 -
CMYK 0.31 0.79 0 0.25
HSL 276.4º 0.65% 0.45% -
HSV(B) 276.4º 0.79% 0.75% -
XYZ 19.71 10.25 50.23 -
YUV 85.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 132 41 191 0.31 0.79 0 0.25 276.4 0.65 0.45
Hex 84 29 BF 1F 4F 0 19 114 41 2D
Octal 204 51 277 37 117 0 31 424 101 55
Binary 10000100 101001 10111111 11111 1001111 0 11001 100010100 1000001 101101

Color Harmonies of #8429BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8429BF

Black with #8429BF

Text Example


Text Example

White with #8429BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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