Html Css Color HEX #831CBC Dark Orchid

📋 copy color: '#831CBC'

red 131 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #831CBC

Tints of Dark Orchid #831CBC

RGB

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

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

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

R = 37.75%
G = 8.07%
B = 54.18%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#831CBC (or 0x831CBC) is known color: Dark Orchid. HEX triplet: 83, 1C and BC. RGB value is (131,28,188). Sum of RGB (Red+Green+Blue) = 131+28+188=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #831CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CBC is #7CE343. Grayscale: #4C4C4C. Windows color (decimal): -8184644 or 12328067. OLE color: 12328067.

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

Color convert

RGB 131 28 188 -
CMYK 0.30 0.85 0 0.26
HSL 278.63º 0.74% 0.42% -
HSV(B) 278.63º 0.85% 0.74% -
XYZ 18.85 9.29 48.38 -
YUV 77.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 131 28 188 0.30 0.85 0 0.26 278.63 0.74 0.42
Hex 83 1C BC 1E 55 0 1A 117 4A 2A
Octal 203 34 274 36 125 0 32 427 112 52
Binary 10000011 11100 10111100 11110 1010101 0 11010 100010111 1001010 101010

Color Harmonies of #831CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CBC

Black with #831CBC

Text Example


Text Example

White with #831CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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