Html Css Color HEX #833DBC Dark Orchid

📋 copy color: '#833DBC'

red 131 ◦ green 61 ◦ blue 188

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

Shades of Dark Orchid #833DBC

Tints of Dark Orchid #833DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

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

R = 34.47%
G = 16.05%
B = 49.47%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#833DBC (or 0x833DBC) is known color: Dark Orchid. HEX triplet: 83, 3D and BC. RGB value is (131,61,188). Sum of RGB (Red+Green+Blue) = 131+61+188=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #833DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DBC is #7CC243. Grayscale: #5F5F5F. Windows color (decimal): -8176196 or 12336515. OLE color: 12336515.

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

Color convert

RGB 131 61 188 -
CMYK 0.30 0.68 0 0.26
HSL 273.07º 0.51% 0.49% -
HSV(B) 273.07º 0.68% 0.74% -
XYZ 20.11 11.79 48.79 -
YUV 96.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 131 61 188 0.30 0.68 0 0.26 273.07 0.51 0.49
Hex 83 3D BC 1E 44 0 1A 111 33 31
Octal 203 75 274 36 104 0 32 421 63 61
Binary 10000011 111101 10111100 11110 1000100 0 11010 100010001 110011 110001

Color Harmonies of #833DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DBC

Black with #833DBC

Text Example


Text Example

White with #833DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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