Html Css Color HEX #8322BE Dark Orchid

📋 copy color: '#8322BE'

red 131 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #8322BE

Tints of Dark Orchid #8322BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 36.9%
G = 9.58%
B = 53.52%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8322BE (or 0x8322BE) is known color: Dark Orchid. HEX triplet: 83, 22 and BE. RGB value is (131,34,190). Sum of RGB (Red+Green+Blue) = 131+34+190=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #8322BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8322BE is #7CDD41. Grayscale: #505050. Windows color (decimal): -8183106 or 12460675. OLE color: 12460675.

HSL color Cylindrical-coordinate representation of color #8322BE: hue angle of 277.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8322BE is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 34 190 -
CMYK 0.31 0.82 0 0.25
HSL 277.31º 0.7% 0.44% -
HSV(B) 277.31º 0.82% 0.75% -
XYZ 19.23 9.69 49.57 -
YUV 80.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 131 34 190 0.31 0.82 0 0.25 277.31 0.7 0.44
Hex 83 22 BE 1F 52 0 19 115 46 2C
Octal 203 42 276 37 122 0 31 425 106 54
Binary 10000011 100010 10111110 11111 1010010 0 11001 100010101 1000110 101100

Color Harmonies of #8322BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8322BE

Black with #8322BE

Text Example


Text Example

White with #8322BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8322BE; }

 p { color: rgb(131,34,190); }

 H1.HeaderClassName
 {
   color: #8322BE;
 }
 .AnyTagClassName
 {
   color: #8322BE;
 }
</style>

background-color css

<style>
 a { background-color: #8322BE; }

 a { background-color: rgb(131,34,190); }

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

border-color css

<style>
 span { border-color: #8322BE; }

 span { border-color: rgb(131,34,190); }

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