Html Css Color HEX #8434BE Dark Orchid

📋 copy color: '#8434BE'

red 132 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #8434BE

Tints of Dark Orchid #8434BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

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

R = 35.29%
G = 13.9%
B = 50.8%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8434BE (or 0x8434BE) is known color: Dark Orchid. HEX triplet: 84, 34 and BE. RGB value is (132,52,190). Sum of RGB (Red+Green+Blue) = 132+52+190=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8434BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434BE is #7BCB41. Grayscale: #5B5B5B. Windows color (decimal): -8112962 or 12465284. OLE color: 12465284.

HSL color Cylindrical-coordinate representation of color #8434BE: hue angle of 274.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8434BE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 52 190 -
CMYK 0.31 0.73 0 0.25
HSL 274.78º 0.57% 0.47% -
HSV(B) 274.78º 0.73% 0.75% -
XYZ 20.04 11.08 49.8 -
YUV 91.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 132 52 190 0.31 0.73 0 0.25 274.78 0.57 0.47
Hex 84 34 BE 1F 49 0 19 113 39 2F
Octal 204 64 276 37 111 0 31 423 71 57
Binary 10000100 110100 10111110 11111 1001001 0 11001 100010011 111001 101111

Color Harmonies of #8434BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8434BE

Black with #8434BE

Text Example


Text Example

White with #8434BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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