Html Css Color HEX #8323BF Dark Orchid

📋 copy color: '#8323BF'

red 131 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #8323BF

Tints of Dark Orchid #8323BF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 191 (75% from 255) = 53.5%

R = 36.69%
G = 9.8%
B = 53.5%

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

#8323BF (or 0x8323BF) is known color: Dark Orchid. HEX triplet: 83, 23 and BF. RGB value is (131,35,191). Sum of RGB (Red+Green+Blue) = 131+35+191=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #8323BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323BF is #7CDC40. Grayscale: #505050. Windows color (decimal): -8182849 or 12526467. OLE color: 12526467.

HSL color Cylindrical-coordinate representation of color #8323BF: hue angle of 276.92º degrees, saturation: 0.69, 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 #8323BF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 35 191 -
CMYK 0.31 0.82 0 0.25
HSL 276.92º 0.69% 0.44% -
HSV(B) 276.92º 0.82% 0.75% -
XYZ 19.37 9.79 50.16 -
YUV 81.49 189.8 163.32 -
System Red Green Blue C M Y K H S L
Decimal 131 35 191 0.31 0.82 0 0.25 276.92 0.69 0.44
Hex 83 23 BF 1F 52 0 19 115 45 2C
Octal 203 43 277 37 122 0 31 425 105 54
Binary 10000011 100011 10111111 11111 1010010 0 11001 100010101 1000101 101100

Color Harmonies of #8323BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8323BF

Black with #8323BF

Text Example


Text Example

White with #8323BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8323BF; }

 p { color: rgb(131,35,191); }

 H1.HeaderClassName
 {
   color: #8323BF;
 }
 .AnyTagClassName
 {
   color: #8323BF;
 }
</style>

background-color css

<style>
 a { background-color: #8323BF; }

 a { background-color: rgb(131,35,191); }

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

border-color css

<style>
 span { border-color: #8323BF; }

 span { border-color: rgb(131,35,191); }

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