Html Css Color HEX #823DBF Dark Orchid

📋 copy color: '#823DBF'

red 130 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #823DBF

Tints of Dark Orchid #823DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.97%

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

R = 34.03%
G = 15.97%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#823DBF (or 0x823DBF) is known color: Dark Orchid. HEX triplet: 82, 3D and BF. RGB value is (130,61,191). Sum of RGB (Red+Green+Blue) = 130+61+191=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #823DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DBF is #7DC240. Grayscale: #606060. Windows color (decimal): -8241729 or 12533122. OLE color: 12533122.

HSL color Cylindrical-coordinate representation of color #823DBF: hue angle of 271.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823DBF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 61 191 -
CMYK 0.32 0.68 0 0.25
HSL 271.85º 0.52% 0.49% -
HSV(B) 271.85º 0.68% 0.75% -
XYZ 20.28 11.84 50.51 -
YUV 96.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 130 61 191 0.32 0.68 0 0.25 271.85 0.52 0.49
Hex 82 3D BF 20 44 0 19 110 34 31
Octal 202 75 277 40 104 0 31 420 64 61
Binary 10000010 111101 10111111 100000 1000100 0 11001 100010000 110100 110001

Color Harmonies of #823DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DBF

Black with #823DBF

Text Example


Text Example

White with #823DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823DBF; }

 p { color: rgb(130,61,191); }

 H1.HeaderClassName
 {
   color: #823DBF;
 }
 .AnyTagClassName
 {
   color: #823DBF;
 }
</style>

background-color css

<style>
 a { background-color: #823DBF; }

 a { background-color: rgb(130,61,191); }

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

border-color css

<style>
 span { border-color: #823DBF; }

 span { border-color: rgb(130,61,191); }

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