Html Css Color HEX #833EBC Dark Orchid

📋 copy color: '#833EBC'

red 131 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #833EBC

Tints of Dark Orchid #833EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.27%

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

R = 34.38%
G = 16.27%
B = 49.34%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#833EBC (or 0x833EBC) is known color: Dark Orchid. HEX triplet: 83, 3E and BC. RGB value is (131,62,188). Sum of RGB (Red+Green+Blue) = 131+62+188=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #833EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EBC is #7CC143. Grayscale: #606060. Windows color (decimal): -8175940 or 12336771. OLE color: 12336771.

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

Color convert

RGB 131 62 188 -
CMYK 0.30 0.67 0 0.26
HSL 272.86º 0.5% 0.49% -
HSV(B) 272.86º 0.67% 0.74% -
XYZ 20.16 11.9 48.81 -
YUV 97 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 131 62 188 0.30 0.67 0 0.26 272.86 0.5 0.49
Hex 83 3E BC 1E 43 0 1A 111 32 31
Octal 203 76 274 36 103 0 32 421 62 61
Binary 10000011 111110 10111100 11110 1000011 0 11010 100010001 110010 110001

Color Harmonies of #833EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833EBC

Black with #833EBC

Text Example


Text Example

White with #833EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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