Html Css Color HEX #831BBC Dark Orchid

📋 copy color: '#831BBC'

red 131 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #831BBC

Tints of Dark Orchid #831BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 37.86%
G = 7.8%
B = 54.34%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#831BBC (or 0x831BBC) is known color: Dark Orchid. HEX triplet: 83, 1B and BC. RGB value is (131,27,188). Sum of RGB (Red+Green+Blue) = 131+27+188=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #831BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BBC is #7CE443. Grayscale: #4B4B4B. Windows color (decimal): -8184900 or 12327811. OLE color: 12327811.

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

Color convert

RGB 131 27 188 -
CMYK 0.30 0.86 0 0.26
HSL 278.76º 0.75% 0.42% -
HSV(B) 278.76º 0.86% 0.74% -
XYZ 18.83 9.24 48.37 -
YUV 76.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 131 27 188 0.30 0.86 0 0.26 278.76 0.75 0.42
Hex 83 1B BC 1E 56 0 1A 117 4B 2A
Octal 203 33 274 36 126 0 32 427 113 52
Binary 10000011 11011 10111100 11110 1010110 0 11010 100010111 1001011 101010

Color Harmonies of #831BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BBC

Black with #831BBC

Text Example


Text Example

White with #831BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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