Html Css Color HEX #8434C9 Dark Orchid

📋 copy color: '#8434C9'

red 132 ◦ green 52 ◦ blue 201

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

Shades of Dark Orchid #8434C9

Tints of Dark Orchid #8434C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 34.29%
G = 13.51%
B = 52.21%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8434C9 (or 0x8434C9) is known color: Dark Orchid. HEX triplet: 84, 34 and C9. RGB value is (132,52,201). Sum of RGB (Red+Green+Blue) = 132+52+201=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #8434C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434C9 is #7BCB36. Grayscale: #5C5C5C. Windows color (decimal): -8112951 or 13186180. OLE color: 13186180.

HSL color Cylindrical-coordinate representation of color #8434C9: hue angle of 272.21º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8434C9 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 52 201 -
CMYK 0.34 0.74 0 0.21
HSL 272.21º 0.59% 0.5% -
HSV(B) 272.21º 0.74% 0.79% -
XYZ 21.29 11.58 56.37 -
YUV 92.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 132 52 201 0.34 0.74 0 0.21 272.21 0.59 0.5
Hex 84 34 C9 22 4A 0 15 110 3B 32
Octal 204 64 311 42 112 0 25 420 73 62
Binary 10000100 110100 11001001 100010 1001010 0 10101 100010000 111011 110010

Color Harmonies of #8434C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8434C9

Black with #8434C9

Text Example


Text Example

White with #8434C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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