Html Css Color HEX #8326BD Dark Orchid

📋 copy color: '#8326BD'

red 131 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #8326BD

Tints of Dark Orchid #8326BD

RGB

 RED value IS 131 (51.56% from 255) = 36.59%

 GREEN value IS 38 (15.23% from 255) = 10.61%

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

R = 36.59%
G = 10.61%
B = 52.79%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8326BD (or 0x8326BD) is known color: Dark Orchid. HEX triplet: 83, 26 and BD. RGB value is (131,38,189). Sum of RGB (Red+Green+Blue) = 131+38+189=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #8326BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326BD is #7CD942. Grayscale: #525252. Windows color (decimal): -8182083 or 12396163. OLE color: 12396163.

HSL color Cylindrical-coordinate representation of color #8326BD: hue angle of 276.95º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8326BD is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 38 189 -
CMYK 0.31 0.80 0 0.26
HSL 276.95º 0.67% 0.45% -
HSV(B) 276.95º 0.8% 0.74% -
XYZ 19.24 9.89 49.04 -
YUV 83.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 131 38 189 0.31 0.80 0 0.26 276.95 0.67 0.45
Hex 83 26 BD 1F 50 0 1A 115 43 2D
Octal 203 46 275 37 120 0 32 425 103 55
Binary 10000011 100110 10111101 11111 1010000 0 11010 100010101 1000011 101101

Color Harmonies of #8326BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8326BD

Black with #8326BD

Text Example


Text Example

White with #8326BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,38,189); }

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

background-color css

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

 a { background-color: rgb(131,38,189); }

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

border-color css

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

 span { border-color: rgb(131,38,189); }

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