Html Css Color HEX #8325BD Dark Orchid

📋 copy color: '#8325BD'

red 131 ◦ green 37 ◦ blue 189

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

Shades of Dark Orchid #8325BD

Tints of Dark Orchid #8325BD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 36.69%
G = 10.36%
B = 52.94%

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

#8325BD (or 0x8325BD) is known color: Dark Orchid. HEX triplet: 83, 25 and BD. RGB value is (131,37,189). Sum of RGB (Red+Green+Blue) = 131+37+189=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #8325BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325BD is #7CDA42. Grayscale: #515151. Windows color (decimal): -8182339 or 12395907. OLE color: 12395907.

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

Color convert

RGB 131 37 189 -
CMYK 0.31 0.80 0 0.26
HSL 277.11º 0.67% 0.44% -
HSV(B) 277.11º 0.8% 0.74% -
XYZ 19.21 9.82 49.03 -
YUV 82.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 131 37 189 0.31 0.80 0 0.26 277.11 0.67 0.44
Hex 83 25 BD 1F 50 0 1A 115 43 2C
Octal 203 45 275 37 120 0 32 425 103 54
Binary 10000011 100101 10111101 11111 1010000 0 11010 100010101 1000011 101100

Color Harmonies of #8325BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8325BD

Black with #8325BD

Text Example


Text Example

White with #8325BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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