Html Css Color HEX #823BBF Dark Orchid

📋 copy color: '#823BBF'

red 130 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #823BBF

Tints of Dark Orchid #823BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

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

R = 34.21%
G = 15.53%
B = 50.26%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#823BBF (or 0x823BBF) is known color: Dark Orchid. HEX triplet: 82, 3B and BF. RGB value is (130,59,191). Sum of RGB (Red+Green+Blue) = 130+59+191=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #823BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823BBF is #7DC440. Grayscale: #5E5E5E. Windows color (decimal): -8242241 or 12532610. OLE color: 12532610.

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

Color convert

RGB 130 59 191 -
CMYK 0.32 0.69 0 0.25
HSL 272.27º 0.53% 0.49% -
HSV(B) 272.27º 0.69% 0.75% -
XYZ 20.17 11.64 50.47 -
YUV 95.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 130 59 191 0.32 0.69 0 0.25 272.27 0.53 0.49
Hex 82 3B BF 20 45 0 19 110 35 31
Octal 202 73 277 40 105 0 31 420 65 61
Binary 10000010 111011 10111111 100000 1000101 0 11001 100010000 110101 110001

Color Harmonies of #823BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823BBF

Black with #823BBF

Text Example


Text Example

White with #823BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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