Html Css Color HEX #8435BC Dark Orchid

📋 copy color: '#8435BC'

red 132 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #8435BC

Tints of Dark Orchid #8435BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 35.39%
G = 14.21%
B = 50.4%

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

#8435BC (or 0x8435BC) is known color: Dark Orchid. HEX triplet: 84, 35 and BC. RGB value is (132,53,188). Sum of RGB (Red+Green+Blue) = 132+53+188=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8435BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8435BC is #7BCA43. Grayscale: #5B5B5B. Windows color (decimal): -8112708 or 12334468. OLE color: 12334468.

HSL color Cylindrical-coordinate representation of color #8435BC: hue angle of 275.11º 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 #8435BC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 53 188 -
CMYK 0.30 0.72 0 0.26
HSL 275.11º 0.56% 0.47% -
HSV(B) 275.11º 0.72% 0.74% -
XYZ 19.87 11.08 48.67 -
YUV 92.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 132 53 188 0.30 0.72 0 0.26 275.11 0.56 0.47
Hex 84 35 BC 1E 48 0 1A 113 38 2F
Octal 204 65 274 36 110 0 32 423 70 57
Binary 10000100 110101 10111100 11110 1001000 0 11010 100010011 111000 101111

Color Harmonies of #8435BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8435BC

Black with #8435BC

Text Example


Text Example

White with #8435BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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