Html Css Color HEX #8236B7 Dark Orchid

📋 copy color: '#8236B7'

red 130 ◦ green 54 ◦ blue 183

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

Shades of Dark Orchid #8236B7

Tints of Dark Orchid #8236B7

RGB

 RED value IS 130 (51.17% from 255) = 35.42%

 GREEN value IS 54 (21.48% from 255) = 14.71%

 BLUE value IS 183 (71.88% from 255) = 49.86%

R = 35.42%
G = 14.71%
B = 49.86%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8236B7 (or 0x8236B7) is known color: Dark Orchid. HEX triplet: 82, 36 and B7. RGB value is (130,54,183). Sum of RGB (Red+Green+Blue) = 130+54+183=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #8236B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8236B7 is #7DC948. Grayscale: #5A5A5A. Windows color (decimal): -8243529 or 12007042. OLE color: 12007042.

HSL color Cylindrical-coordinate representation of color #8236B7: hue angle of 275.35º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8236B7 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 54 183 -
CMYK 0.29 0.70 0 0.28
HSL 275.35º 0.54% 0.46% -
HSV(B) 275.35º 0.7% 0.72% -
XYZ 19.07 10.8 45.88 -
YUV 91.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 130 54 183 0.29 0.70 0 0.28 275.35 0.54 0.46
Hex 82 36 B7 1D 46 0 1C 113 36 2E
Octal 202 66 267 35 106 0 34 423 66 56
Binary 10000010 110110 10110111 11101 1000110 0 11100 100010011 110110 101110

Color Harmonies of #8236B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8236B7

Black with #8236B7

Text Example


Text Example

White with #8236B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8236B7; }

 p { color: rgb(130,54,183); }

 H1.HeaderClassName
 {
   color: #8236B7;
 }
 .AnyTagClassName
 {
   color: #8236B7;
 }
</style>

background-color css

<style>
 a { background-color: #8236B7; }

 a { background-color: rgb(130,54,183); }

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

border-color css

<style>
 span { border-color: #8236B7; }

 span { border-color: rgb(130,54,183); }

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