Html Css Color HEX #833FBC Dark Orchid

📋 copy color: '#833FBC'

red 131 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #833FBC

Tints of Dark Orchid #833FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

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

R = 34.29%
G = 16.49%
B = 49.21%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#833FBC (or 0x833FBC) is known color: Dark Orchid. HEX triplet: 83, 3F and BC. RGB value is (131,63,188). Sum of RGB (Red+Green+Blue) = 131+63+188=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #833FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FBC is #7CC043. Grayscale: #616161. Windows color (decimal): -8175684 or 12337027. OLE color: 12337027.

HSL color Cylindrical-coordinate representation of color #833FBC: hue angle of 272.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833FBC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 63 188 -
CMYK 0.30 0.66 0 0.26
HSL 272.64º 0.5% 0.49% -
HSV(B) 272.64º 0.66% 0.74% -
XYZ 20.21 12.01 48.83 -
YUV 97.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 131 63 188 0.30 0.66 0 0.26 272.64 0.5 0.49
Hex 83 3F BC 1E 42 0 1A 111 32 31
Octal 203 77 274 36 102 0 32 421 62 61
Binary 10000011 111111 10111100 11110 1000010 0 11010 100010001 110010 110001

Color Harmonies of #833FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FBC

Black with #833FBC

Text Example


Text Example

White with #833FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833FBC; }

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

 H1.HeaderClassName
 {
   color: #833FBC;
 }
 .AnyTagClassName
 {
   color: #833FBC;
 }
</style>

background-color css

<style>
 a { background-color: #833FBC; }

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

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

border-color css

<style>
 span { border-color: #833FBC; }

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

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