Html Css Color HEX #833EBA Dark Orchid

📋 copy color: '#833EBA'

red 131 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #833EBA

Tints of Dark Orchid #833EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 34.56%
G = 16.36%
B = 49.08%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#833EBA (or 0x833EBA) is known color: Dark Orchid. HEX triplet: 83, 3E and BA. RGB value is (131,62,186). Sum of RGB (Red+Green+Blue) = 131+62+186=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #833EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EBA is #7CC145. Grayscale: #606060. Windows color (decimal): -8175942 or 12205699. OLE color: 12205699.

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

Color convert

RGB 131 62 186 -
CMYK 0.30 0.67 0 0.27
HSL 273.39º 0.5% 0.49% -
HSV(B) 273.39º 0.67% 0.73% -
XYZ 19.95 11.82 47.68 -
YUV 96.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 131 62 186 0.30 0.67 0 0.27 273.39 0.5 0.49
Hex 83 3E BA 1E 43 0 1B 111 32 31
Octal 203 76 272 36 103 0 33 421 62 61
Binary 10000011 111110 10111010 11110 1000011 0 11011 100010001 110010 110001

Color Harmonies of #833EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833EBA

Black with #833EBA

Text Example


Text Example

White with #833EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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