Html Css Color HEX #8435BD Dark Orchid

📋 copy color: '#8435BD'

red 132 ◦ green 53 ◦ blue 189

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

Shades of Dark Orchid #8435BD

Tints of Dark Orchid #8435BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.17%

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 35.29%
G = 14.17%
B = 50.53%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8435BD (or 0x8435BD) is known color: Dark Orchid. HEX triplet: 84, 35 and BD. RGB value is (132,53,189). Sum of RGB (Red+Green+Blue) = 132+53+189=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #8435BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8435BD is #7BCA42. Grayscale: #5B5B5B. Windows color (decimal): -8112707 or 12400004. OLE color: 12400004.

HSL color Cylindrical-coordinate representation of color #8435BD: hue angle of 274.85º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8435BD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 53 189 -
CMYK 0.30 0.72 0 0.26
HSL 274.85º 0.56% 0.47% -
HSV(B) 274.85º 0.72% 0.74% -
XYZ 19.97 11.13 49.24 -
YUV 92.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 132 53 189 0.30 0.72 0 0.26 274.85 0.56 0.47
Hex 84 35 BD 1E 48 0 1A 113 38 2F
Octal 204 65 275 36 110 0 32 423 70 57
Binary 10000100 110101 10111101 11110 1001000 0 11010 100010011 111000 101111

Color Harmonies of #8435BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8435BD

Black with #8435BD

Text Example


Text Example

White with #8435BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8435BD; }

 p { color: rgb(132,53,189); }

 H1.HeaderClassName
 {
   color: #8435BD;
 }
 .AnyTagClassName
 {
   color: #8435BD;
 }
</style>

background-color css

<style>
 a { background-color: #8435BD; }

 a { background-color: rgb(132,53,189); }

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

border-color css

<style>
 span { border-color: #8435BD; }

 span { border-color: rgb(132,53,189); }

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