Html Css Color HEX #833DBE Dark Orchid

📋 copy color: '#833DBE'

red 131 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #833DBE

Tints of Dark Orchid #833DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 34.29%
G = 15.97%
B = 49.74%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#833DBE (or 0x833DBE) is known color: Dark Orchid. HEX triplet: 83, 3D and BE. RGB value is (131,61,190). Sum of RGB (Red+Green+Blue) = 131+61+190=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #833DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DBE is #7CC241. Grayscale: #606060. Windows color (decimal): -8176194 or 12467587. OLE color: 12467587.

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

Color convert

RGB 131 61 190 -
CMYK 0.31 0.68 0 0.25
HSL 272.56º 0.51% 0.49% -
HSV(B) 272.56º 0.68% 0.75% -
XYZ 20.32 11.88 49.94 -
YUV 96.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 131 61 190 0.31 0.68 0 0.25 272.56 0.51 0.49
Hex 83 3D BE 1F 44 0 19 111 33 31
Octal 203 75 276 37 104 0 31 421 63 61
Binary 10000011 111101 10111110 11111 1000100 0 11001 100010001 110011 110001

Color Harmonies of #833DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DBE

Black with #833DBE

Text Example


Text Example

White with #833DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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