Html Css Color HEX #831CBB Dark Orchid

📋 copy color: '#831CBB'

red 131 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #831CBB

Tints of Dark Orchid #831CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 37.86%
G = 8.09%
B = 54.05%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#831CBB (or 0x831CBB) is known color: Dark Orchid. HEX triplet: 83, 1C and BB. RGB value is (131,28,187). Sum of RGB (Red+Green+Blue) = 131+28+187=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #831CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CBB is #7CE344. Grayscale: #4C4C4C. Windows color (decimal): -8184645 or 12262531. OLE color: 12262531.

HSL color Cylindrical-coordinate representation of color #831CBB: hue angle of 278.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831CBB is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 28 187 -
CMYK 0.30 0.85 0 0.27
HSL 278.87º 0.74% 0.42% -
HSV(B) 278.87º 0.85% 0.73% -
XYZ 18.74 9.24 47.81 -
YUV 76.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 131 28 187 0.30 0.85 0 0.27 278.87 0.74 0.42
Hex 83 1C BB 1E 55 0 1B 117 4A 2A
Octal 203 34 273 36 125 0 33 427 112 52
Binary 10000011 11100 10111011 11110 1010101 0 11011 100010111 1001010 101010

Color Harmonies of #831CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CBB

Black with #831CBB

Text Example


Text Example

White with #831CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831CBB; }

 p { color: rgb(131,28,187); }

 H1.HeaderClassName
 {
   color: #831CBB;
 }
 .AnyTagClassName
 {
   color: #831CBB;
 }
</style>

background-color css

<style>
 a { background-color: #831CBB; }

 a { background-color: rgb(131,28,187); }

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

border-color css

<style>
 span { border-color: #831CBB; }

 span { border-color: rgb(131,28,187); }

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