Html Css Color HEX #831BBB Dark Orchid

📋 copy color: '#831BBB'

red 131 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #831BBB

Tints of Dark Orchid #831BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

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

R = 37.97%
G = 7.83%
B = 54.2%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#831BBB (or 0x831BBB) is known color: Dark Orchid. HEX triplet: 83, 1B and BB. RGB value is (131,27,187). Sum of RGB (Red+Green+Blue) = 131+27+187=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #831BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BBB is #7CE444. Grayscale: #4B4B4B. Windows color (decimal): -8184901 or 12262275. OLE color: 12262275.

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

Color convert

RGB 131 27 187 -
CMYK 0.30 0.86 0 0.27
HSL 279º 0.75% 0.42% -
HSV(B) 279º 0.86% 0.73% -
XYZ 18.72 9.2 47.8 -
YUV 76.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 131 27 187 0.30 0.86 0 0.27 279 0.75 0.42
Hex 83 1B BB 1E 56 0 1B 117 4B 2A
Octal 203 33 273 36 126 0 33 427 113 52
Binary 10000011 11011 10111011 11110 1010110 0 11011 100010111 1001011 101010

Color Harmonies of #831BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BBB

Black with #831BBB

Text Example


Text Example

White with #831BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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